1<resources> 2 <string name="app_name">Sample Location Attribution</string> 3 <string name="textViewAppInfo"></string> 4 <!-- 5 - The main screen (and the only one for this app) displays the text to the user regarding 6 - device's location access by Non-Android entities outside the Android framework control. 7 - Each string-array item denotes a separate paragraph. 8 --> 9 <string-array name="textViewAppInfo_Paragraphs"> 10 <item>REPLACE THE TEXT BELOW WITH YOUR OWN TEXT EXPLAINING YOUR NON-ANDROID LOCATION ACCESS USE CASE(S).\n\n</item> 11 <item>This service ...\n</item> 12 <item><explain what your service does here ... >\n\n</item> 13 <item>To allow this service to access your device GPS location, enable location permission at the "Allow all the time" level.\n\n</item> 14 <item><a href="location_attribution_app://learn_more">Learn more</a>\n</item> 15 </string-array> 16 <!-- NOTE: Replace this link with the actual link to your Non-Android service's help web page --> 17 <string name="urlLearnMore" translatable="false">https://support.oem-name-here.com/path/doc</string> 18 <string name="buttonModifyLocationSettings">Modify app location permission</string> 19</resources>