Skip to content
Snippets Groups Projects
Commit 8068c2c8 authored by shafik's avatar shafik
Browse files

UI for MANAGE_EXTERNAL_STORAGE: Add settings enums

Adds settings enums for special app access metrics.

Test: builds
Bug: 146425146
Change-Id: I9308f01cea3cd3eae78892a5f30c925b4ea83593
parent 77cabc75
No related branches found
No related tags found
No related merge requests found
......@@ -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;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment