Loading services/core/java/com/android/server/pm/permission/DefaultPermissionGrantPolicy.java +0 −6 Original line number Diff line number Diff line Loading @@ -744,12 +744,6 @@ 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"); Loading Loading
services/core/java/com/android/server/pm/permission/DefaultPermissionGrantPolicy.java +0 −6 Original line number Diff line number Diff line Loading @@ -744,12 +744,6 @@ 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"); Loading