diff options
author | 2023-11-17 21:45:19 +0000 | |
---|---|---|
committer | 2023-11-17 21:45:19 +0000 | |
commit | 00f982c301e7ca31c78c7b98d68b0db54b3da18d (patch) | |
tree | e8e881d0ae366832fb462427e4d2b8e22c8aff27 | |
parent | 07b308566b6896a3516aeb03eb46760f2bd0c46d (diff) | |
parent | 209dec6c3ae3a4d1231905d18af1cb6d4b405ceb (diff) |
Merge "Change "ask every time" in photo settings to "allow limited access"" into main
-rw-r--r-- | PermissionController/res/layout/app_permission.xml | 2 | ||||
-rw-r--r-- | PermissionController/res/values/strings.xml | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/PermissionController/res/layout/app_permission.xml b/PermissionController/res/layout/app_permission.xml index 377009d38..7e24207fe 100644 --- a/PermissionController/res/layout/app_permission.xml +++ b/PermissionController/res/layout/app_permission.xml @@ -107,7 +107,7 @@ <RadioButton android:id="@+id/select_radio_button" - android:text="@string/app_permission_button_ask" + android:text="@string/grant_dialog_button_allow_limited_access" android:layout_alignParentStart="true" style="@style/AppPermissionRadioButton" android:layout_marginTop="0dp" /> diff --git a/PermissionController/res/values/strings.xml b/PermissionController/res/values/strings.xml index 83726776a..9daa624f8 100644 --- a/PermissionController/res/values/strings.xml +++ b/PermissionController/res/values/strings.xml @@ -75,6 +75,7 @@ <!-- Title for the dialog button to allow limited access. [CHAR LIMIT=60] --> <string name="grant_dialog_button_allow_limited_access">Allow limited access</string> + <!-- TODO: b/310657469 add app_permission version of this string --> <!-- Title for the dialog button to allow access to select photos to be shared. [CHAR LIMIT=60] --> <string name="grant_dialog_button_allow_selected_photos">Select photos and videos</string> |