1<resources> 2 3 <!-- Internal preferences key for displaying the build version --> 4 <string name="build_version_key" translatable="false">build_version</string> 5 6 <!-- Label shown in the About Phone screen for the build version [CHAR LIMIT=40]--> 7 <string name="build_version_label">Build version</string> 8 9 <!-- Internal preferences key for displaying the open source license 10 libraries --> 11 <string name="open_source_licenses_key" translatable="false">open_source_licenses</string> 12 13 <!-- Detail label text shown on the About Phone screen to supplement 14 @string/licenseActivityLabel --> 15 <string name="open_source_license_detail_label">License details for open source software</string> 16 17 <!-- Title for the activity that displays licenses for open source libraries used in the 18 application. --> 19 <string name="licenseActivityLabel">Open source licenses</string> 20 21 <!-- Internal preferences key for displaying the privacy policy --> 22 <string name="privacy_policy_key" translatable="false">privacy_policy</string> 23 24 <!-- Label shown on the About Phone screen for the privacy policy option [CHAR LIMIT=40]--> 25 <string name="privacy_policy_label">Privacy policy</string> 26 27 <!-- URL for privacy policy --> 28 <string name="privacy_policy_url" translatable="false">http://www.google.com/policies/privacy</string> 29 30 <!-- Label shown on the About Phone screen for the terms of service option [CHAR LIMIT=50]--> 31 <string name="terms_of_service_label">Terms of service</string> 32 33 <!-- Internal preferences key for displaying the terms of service--> 34 <string name="terms_of_service_key" translatable="false">terms_of_service</string> 35 36 <!-- URL for terms of service --> 37 <string name="terms_of_service_url" translatable="false">http://www.google.com/policies/terms</string> 38 39</resources> 40