OSDN Git Service

Add an intent for launching mobile network list
authorAntony Sargent <asargent@google.com>
Tue, 26 Mar 2019 16:50:22 +0000 (09:50 -0700)
committerAntony Sargent <asargent@google.com>
Wed, 27 Mar 2019 16:57:57 +0000 (09:57 -0700)
commit94d9790fc965ca4ba89c731561ccd7ef3f1e8a8e
tree52d3432cb21c65a162e9f72001a504166c1e29ba
parent12256ca49f1ca639030f61c2553b7f13fce03265
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
src/com/android/settings/Settings.java
src/com/android/settings/core/gateway/SettingsGateway.java