1<?xml version="1.0" encoding="utf-8"?> 2<!-- Strictly speaking, we don't need this. However, without something in 3 resources/ the build rebuilds the APK despite having no changes to the 4 source code. This seems to be because it fails to generate some 5 resources metafile (R.stamp?) --> 6<resources> 7 <string 8 name="application_title" 9 >AIDL Test Services</string> 10</resources> 11