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

Commit a97e688d authored by Ye Wen's avatar Ye Wen Committed by android-build-merger
Browse files

Merge "Allow user to change AiAi's permissions." into pi-dev

am: 80f04816

Change-Id: I31410b69de5de58549e3c218888117abefc3924c
parents 61f5ff31 80f04816
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -833,11 +833,11 @@ public final class DefaultPermissionGrantPolicy {
                    getSystemPackage(textClassifierPackageName);
            if (textClassifierPackage != null
                    && doesPackageSupportRuntimePermissions(textClassifierPackage)) {
                grantRuntimePermissions(textClassifierPackage, PHONE_PERMISSIONS, true, userId);
                grantRuntimePermissions(textClassifierPackage, SMS_PERMISSIONS, true, userId);
                grantRuntimePermissions(textClassifierPackage, CALENDAR_PERMISSIONS, true, userId);
                grantRuntimePermissions(textClassifierPackage, LOCATION_PERMISSIONS, true, userId);
                grantRuntimePermissions(textClassifierPackage, CONTACTS_PERMISSIONS, true, userId);
                grantRuntimePermissions(textClassifierPackage, PHONE_PERMISSIONS, false, userId);
                grantRuntimePermissions(textClassifierPackage, SMS_PERMISSIONS, false, userId);
                grantRuntimePermissions(textClassifierPackage, CALENDAR_PERMISSIONS, false, userId);
                grantRuntimePermissions(textClassifierPackage, LOCATION_PERMISSIONS, false, userId);
                grantRuntimePermissions(textClassifierPackage, CONTACTS_PERMISSIONS, false, userId);
            }
        }