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

Commit 177caa7a authored by Eugene Susla's avatar Eugene Susla Committed by Android (Google) Code Review
Browse files

Merge "Auto-revoke permissions for unused apps"

parents 4cad14ed 6db4be5c
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -6482,6 +6482,8 @@ message PermissionGrantRequestResultReported {
        USER_DENIED_WITH_PREJUDICE_IN_SETTINGS = 14;
        // permission was automatically revoked after one-time permission expired
        AUTO_ONE_TIME_PERMISSION_REVOKED = 15;
        // permission was automatically revoked for unused app
        AUTO_UNUSED_APP_PERMISSION_REVOKED = 16;
    }
    // The result of the permission grant
    optional Result result = 6;
+1 −0
Original line number Diff line number Diff line
@@ -132,6 +132,7 @@ applications that come with the platform
        <permission name="android.permission.APPROVE_INCIDENT_REPORTS"/>
        <permission name="android.permission.READ_PRIVILEGED_PHONE_STATE" />
        <permission name="android.permission.SUBSTITUTE_NOTIFICATION_APP_NAME" />
        <permission name="android.permission.PACKAGE_USAGE_STATS" />
    </privapp-permissions>

    <privapp-permissions package="com.android.phone">