File: strings.xml

package info (click to toggle)
android-platform-system-tools-aidl 1%3A7.0.0%2Br33-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 824 kB
  • sloc: cpp: 10,484; java: 732; yacc: 267; python: 107; lex: 102; makefile: 24; xml: 19
file content (10 lines) | stat: -rw-r--r-- 395 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<!-- Strictly speaking, we don't need this. However, without something in
     resources/ the build rebuilds the APK despite having no changes to the
     source code.  This seems to be because it fails to generate some
     resources metafile (R.stamp?) -->
<resources>
  <string
    name="application_title"
    >AIDL Test Services</string>
</resources>