summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Shafik Nassar <shafik@google.com> 2020-01-08 11:54:18 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2020-01-08 11:54:18 +0000
commitc3fa568b75596e30f48870592c216622a5e4a10f (patch)
tree7d539073c036c0a79f2d8cb875d620b886e078b3
parentbde15c3c9ac9ed4ab3c12a7873ce3aa4f8fbc907 (diff)
parent8068c2c8ea69284399667895868242ee7c4cac8f (diff)
Merge "UI for MANAGE_EXTERNAL_STORAGE: Add settings enums"
-rw-r--r--core/proto/android/app/settings_enums.proto11
1 files changed, 11 insertions, 0 deletions
diff --git a/core/proto/android/app/settings_enums.proto b/core/proto/android/app/settings_enums.proto
index d5a3b5e91151..b83b31c1303a 100644
--- a/core/proto/android/app/settings_enums.proto
+++ b/core/proto/android/app/settings_enums.proto
@@ -702,6 +702,12 @@ enum Action {
// CATEGORY: SETTINGS
// OS: R
ACTION_DASHBOARD_VISIBLE_TIME = 1729;
+
+ // ACTION: Allow "Access all files" for an app
+ APP_SPECIAL_PERMISSION_MANAGE_EXT_STRG_ALLOW = 1730;
+
+ // ACTION: Deny "Access all files" for an app
+ APP_SPECIAL_PERMISSION_MANAGE_EXT_STRG_DENY = 1731;
}
/**
@@ -2542,4 +2548,9 @@ enum PageId {
// OS: R
FUELGAUGE_BATTERY_SHARE = 1821;
+ // OPEN: Settings -> Apps & Notifications -> Special App Access
+ // CATEGORY: SETTINGS
+ // OS: R
+ MANAGE_EXTERNAL_STORAGE = 1822;
+
}