Skip to content

Commit 306df86

Browse files
Victoria LeaseAndroid (Google) Code Review
authored andcommitted
Merge "New location service permission strings." into jb-mr1-dev
2 parents b1861c3 + b278933 commit 306df86

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

core/res/res/values/strings.xml

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1255,26 +1255,26 @@
12551255
such as GPS or location providers.</string>
12561256

12571257
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1258-
<string name="permlab_accessFineLocation">precise (GPS) location</string>
1259-
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1260-
<string name="permdesc_accessFineLocation" product="tablet">Access precise
1261-
location sources such as the Global Positioning System on the tablet. When
1262-
location services are available and turned on, this permission allows the
1263-
app to determine your precise location.</string>
1264-
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1265-
<string name="permdesc_accessFineLocation" product="default">Access precise
1266-
location sources such as the Global Positioning System on the phone. When
1267-
location services are available and turned on, this permission allows the
1268-
app to determine your precise location.</string>
1269-
1270-
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1271-
<string name="permlab_accessCoarseLocation">approximate (network-based) location</string>
1272-
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1273-
<string name="permdesc_accessCoarseLocation">Access
1274-
approximate location from location providers using network sources such as
1275-
cell tower and Wi-Fi. When these location services are available and turned
1276-
on, this permission allows the app to determine your approximate
1277-
location.</string>
1258+
<string name="permlab_accessFineLocation">precise location (GPS and
1259+
network-based)</string>
1260+
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1261+
<string name="permdesc_accessFineLocation">Allows the app to get your
1262+
precise location using the Global Positioning System (GPS) or network
1263+
location sources such as cell towers and Wi-Fi. These location services
1264+
must be turned on and available to your device for the app to use them.
1265+
Apps may use this to determine where you are, and may consume additional
1266+
battery power.</string>
1267+
1268+
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1269+
<string name="permlab_accessCoarseLocation">approximate location
1270+
(network-based)</string>
1271+
<!-- Description of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
1272+
<string name="permdesc_accessCoarseLocation">Allows the app to get your
1273+
approximate location. This location is derived by location services using
1274+
network location sources such as cell towers and Wi-Fi. These location
1275+
services must be turned on and available to your device for the app to
1276+
use them. Apps may use this to determine approximately where you
1277+
are.</string>
12781278

12791279
<!-- Title of an application permission, listed so the user can choose whether they want to allow the application to do this. -->
12801280
<string name="permlab_accessSurfaceFlinger">access SurfaceFlinger</string>

0 commit comments

Comments
 (0)