commit | ff311a2107923b0a725ad21c030ea3b759651f76 | [log] [tgz] |
---|---|---|
author | Jiashen Wang <jiashenwang@google.com> | Thu Oct 01 18:36:20 2020 -0700 |
committer | Jiashen Wang <jiashenwang@google.com> | Thu Oct 08 22:31:53 2020 -0700 |
tree | 442b7f823163ceb4b89e984a82ead0d6ac50630a | |
parent | 7e04453c74a284017287f8f93b3ed584c925dedc [diff] [blame] |
[SIM Dialog Migration] Migrate eSIM erase dialog Bug: 160819390 Test: Manually tested eSIM profile disabling. Design: https://docs.google.com/document/d/1wb5_hoBkZVbkXGNWHbx4Jf61swjfxsJzkytiTzJosYo/edit?usp=sharing Change-Id: I9523ee5dbab5b6a5ea020647a20992ac0b1aea86
diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 189e1b6..c68b9fa 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml
@@ -516,6 +516,11 @@ android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS" android:theme="@style/Transparent" /> + <activity android:name=".network.telephony.DeleteEuiccSubscriptionDialogActivity" + android:exported="false" + android:permission="android.permission.WRITE_EMBEDDED_SUBSCRIPTIONS" + android:theme="@style/Transparent" /> + <activity android:name="Settings$TetherSettingsActivity" android:label="@string/tether_settings_title_all"