summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorPeter Wang <tpwang@google.com>2021-04-09 11:49:34 -0700
committerPeter Wang <tpwang@google.com>2021-04-09 11:49:34 -0700
commit93ce0688de07381b55cbf8231c500309718a0c7a (patch)
treee35da62259dbf0c2788cb3482f408998948d9859 /AndroidManifest.xml
parent57f27f7a30a3c5c3fc4bd316dd786aa739ae38be (diff)
downloadSettings-93ce0688de07381b55cbf8231c500309718a0c7a.tar.gz
Fix intent String for starting profile management page in Manifest
Bug: 170507492 Test: Local Change-Id: I6c3f36f1dd99eb4b380dce7218f85757d350bc42
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index ce80fc5c403..e678983c972 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -220,7 +220,7 @@
android:label="@string/network_settings_title">
<intent-filter android:priority="1">
<action android:name="android.settings.MOBILE_NETWORK_LIST" />
- <action android:name="android.settings.MANAGE_ALL_SUBSCRIPTIONS_SETTINGS" />
+ <action android:name="android.settings.MANAGE_ALL_SIM_PROFILES_SETTINGS" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<meta-data android:name="com.android.settings.FRAGMENT_CLASS"