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

Commit 3e099114 authored by Felipe Leme's avatar Felipe Leme
Browse files

Renamed Setting's Directory Access constants.

Bug: 63720392
Test: in TreeHugger we trust

Change-Id: I4ca051e00ed9eced4c771f73273c9bdf12166de2
parent 265fc005
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -5134,15 +5134,15 @@ message MetricsEvent {
    // OS: P
    ACTION_SCREENSHOT_POWER_MENU = 1282;

    // OPEN: Settings > Apps & Notifications -> Special app access -> Storage Access
    // OPEN: Settings > Apps & Notifications -> Special app access -> Directory Access
    // CATEGORY: SETTINGS
    // OS: P
    STORAGE_ACCESS = 1283;
    DIRECTORY_ACCESS = 1283;

    // OPEN: Settings > Apps & Notifications -> Special app access -> Storage Access -> Package
    // OPEN: Settings > Apps & Notifications -> Special app access -> Directory Access -> Package
    // CATEGORY: SETTINGS
    // OS: P
    APPLICATIONS_STORAGE_DETAIL = 1284;
    APPLICATIONS_DIRECTORY_ACCESS_DETAIL = 1284;

    // ---- End P Constants, all P constants go above this line ----
    // Add new aosp constants above this line.