OSDN Git Service

Settings: ask telephony for network selection
authorRoman Birg <roman@cyngn.com>
Wed, 10 Feb 2016 02:14:31 +0000 (18:14 -0800)
committerGerrit Code Review <gerrit@cyanogenmod.org>
Tue, 15 Mar 2016 23:09:01 +0000 (16:09 -0700)
commit3a85ba8411921f76c334515180ea060768f007b2
tree534d1122d6d928c25830d686b5697a2728c2309d
parent9c35338443d9d9d84bbfe4c899d82d2da1f85b60
Settings: ask telephony for network selection

When configuring profiles and selecting a network mode override, ask
Telephony to provide the UI for showing the proper network modes. After
the user has selected it, we receive the result, and save it in the
profile.

Ref: CYNGNOS-1463

Change-Id: I866ed1bc1c915ae00804b07dbbafa86e679a5fa7
Signed-off-by: Roman Birg <roman@cyngn.com>
res/values/cm_arrays.xml
res/values/cm_strings.xml
src/com/android/settings/profiles/SetupActionsFragment.java
src/com/android/settings/profiles/actions/item/ConnectionOverrideItem.java
src/com/android/settings/utils/TelephonyUtils.java [new file with mode: 0644]