From 94d9790fc965ca4ba89c731561ccd7ef3f1e8a8e Mon Sep 17 00:00:00 2001 From: Antony Sargent Date: Tue, 26 Mar 2019 09:50:22 -0700 Subject: [PATCH] Add an intent for launching mobile network list In various cases when a user has rebooted their device to enable DSDS mode, the eSIM manager app needs to be able to post a notification that on tapping will lead the user to the list of configured SIMs (mobile networks) so that they can they manage things like which one is the default for calls, SMS, and data. Bug: 129281152 Test: 'adb shell am start -a android.settings.MOBILE_NETWORK_LIST' should launch the list of mobile networks available on the device Change-Id: Ie94d937c803fb5ade09084f2c994cfff888d8aa7 --- AndroidManifest.xml | 13 +++++++++++++ src/com/android/settings/Settings.java | 1 + .../settings/core/gateway/SettingsGateway.java | 4 +++- 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 4166d6f0624..28de61adc7a 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -196,6 +196,19 @@ android:value="true" /> + + + + + + + + +