Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c3fa568b authored by Shafik Nassar's avatar Shafik Nassar Committed by Android (Google) Code Review
Browse files

Merge "UI for MANAGE_EXTERNAL_STORAGE: Add settings enums"

parents bde15c3c 8068c2c8
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -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;

}