OSDN Git Service

Copy MobileNetworkSettings to settings app
authorjackqdyulei <jackqdyulei@google.com>
Wed, 3 Oct 2018 20:54:53 +0000 (13:54 -0700)
committerjackqdyulei <jackqdyulei@google.com>
Thu, 4 Oct 2018 01:05:15 +0000 (18:05 -0700)
commitbff33e170cff5eb1a2038c059e6aa8e5d766d132
treed54eefe024c60044fad66fa1a5c7c96f6fd84293
parent4b2a053bedd9332f2bd21fe291d1ccde7f3206c6
Copy MobileNetworkSettings to settings app

This is a CL to copy most components from telephony to settings app with
following changes to pass the preupload check:
1. Add [CHAR LIMIT]/comments for strings that miss them

This CL cannot build and future CL will fix the broken part.

Bug: 114749736
Test: Build
Change-Id: I744d537610eeeb7f2fb801defdd0ce47ef6088b6
18 files changed:
res/values/arrays.xml
res/values/config.xml
res/values/strings.xml
res/xml/cdma_options.xml [new file with mode: 0644]
res/xml/gsm_umts_options.xml [new file with mode: 0644]
res/xml/network_setting_fragment.xml [new file with mode: 0644]
src/com/android/settings/mobilenetwork/AdvancedOptionsPreference.java [new file with mode: 0644]
src/com/android/settings/mobilenetwork/CdmaOptions.java [new file with mode: 0644]
src/com/android/settings/mobilenetwork/CdmaSubscriptionListPreference.java [new file with mode: 0644]
src/com/android/settings/mobilenetwork/CdmaSystemSelectListPreference.java [new file with mode: 0644]
src/com/android/settings/mobilenetwork/DataUsagePreference.java [new file with mode: 0644]
src/com/android/settings/mobilenetwork/GsmUmtsOptions.java [new file with mode: 0644]
src/com/android/settings/mobilenetwork/MobileDataPreference.java [new file with mode: 0644]
src/com/android/settings/mobilenetwork/MobileNetworkFragment.java [new file with mode: 0644]
src/com/android/settings/mobilenetwork/NetworkOperators.java [new file with mode: 0644]
src/com/android/settings/mobilenetwork/NetworkScanHelper.java [new file with mode: 0644]
src/com/android/settings/mobilenetwork/NetworkSelectListPreference.java [new file with mode: 0644]
src/com/android/settings/mobilenetwork/RoamingDialogFragment.java [new file with mode: 0644]