diff options
author | Yorke Lee <yorkelee@google.com> | 2015-10-23 10:02:59 -0700 |
---|---|---|
committer | Yorke Lee <yorkelee@google.com> | 2015-10-23 10:02:59 -0700 |
commit | 598e0d374c8fbd2f576aad5ce348d4fb50834a7e (patch) | |
tree | a4ced2f8b49b526335cb86876b367fd493bfc757 | |
parent | 0e8eb158e755339bda626145ec7d10b8b21573fd (diff) |
Remove unused permission request string
Bug: 24172011
Change-Id: I13d84166c33859a38f6a920f3f082cb037d2a33b
-rw-r--r-- | res/values/strings.xml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index df8d0faef..11c78ff91 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -929,9 +929,6 @@ <!-- Shown as a prompt to turn on contacts permissions to allow contact search [CHAR LIMIT=NONE]--> <string name="permission_no_search">To search your contacts, turn on the Contacts permissions.</string> - <!-- Shown as a prompt to turn on location permissions and/or enable location to allow nearby places search [CHAR LIMIT=NONE]--> - <string name="permission_no_location_for_search">To search nearby locations, allow Phone to access your location.</string> - <!-- Shown as a prompt to turn on the phone permission to allow a call to be placed [CHAR LIMIT=NONE]--> <string name="permission_place_call">To place a call, turn on the Phone permission.</string> |