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

Commit 54d2e21a authored by Yuanjia Hsu's avatar Yuanjia Hsu Committed by Android (Google) Code Review
Browse files

Merge "Temporarily pre-grant permission with STOPSHIP"

parents e4edae37 b6bda374
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -704,6 +704,12 @@ public final class DefaultPermissionGrantPolicy {
                        TelephonyManager.ACTION_EMERGENCY_ASSISTANCE, userId),
                userId, CONTACTS_PERMISSIONS, PHONE_PERMISSIONS);

        // STOPSHIP(b/128289173): remove once EmergencyInfo app was replaced.
        grantSystemFixedPermissionsToSystemPackage(
                getDefaultSystemHandlerActivityPackage(
                        "com.android.emergency.action.EMERGENCY_ASSISTANCE", userId),
                userId, CONTACTS_PERMISSIONS, PHONE_PERMISSIONS);

        // NFC Tag viewer
        Intent nfcTagIntent = new Intent(Intent.ACTION_VIEW)
                .setType("vnd.android.cursor.item/ndef_msg");