summaryrefslogtreecommitdiffstats
path: root/src/com/android/settings/Settings.java
diff options
context:
space:
mode:
authorDanesh M <daneshm90@gmail.com>2012-03-15 23:16:29 -0400
committerDanesh Mondegarian <daneshm90@gmail.com>2012-12-07 19:14:30 -0500
commit2f6d605cd714813578b1bd96cffa7e53def715be (patch)
treee08852d93aa74ee7f4f95a3c914e5a68126e62de /src/com/android/settings/Settings.java
parent1e139f428ded7fad86fa67abad2486b8ca6c49d6 (diff)
downloadpackages_apps_Settings-2f6d605cd714813578b1bd96cffa7e53def715be.tar.gz
packages_apps_Settings-2f6d605cd714813578b1bd96cffa7e53def715be.tar.bz2
packages_apps_Settings-2f6d605cd714813578b1bd96cffa7e53def715be.zip
Apn settings fixes / code maintainence
Depends on : http://review.cyanogenmod.com/#change,13743 Cleanup unecessary resources and use global ones - This fixes the duplicate id issue currently causing apn's to be un-editable Bring the ui aspect of the preference up to speed with ics - Use ics highlight / layout...etc - Use fragments Patchset 5 : Remove theme for ApnEditor Use static access for variables Patchset 6 : Launch apn editor internally as a fragment Replace deprecated managedQuery with CursorLoader Change-Id: I069415b29846f30665ce76e52f04115d1b65e455 Conflicts: AndroidManifest.xml Conflicts: AndroidManifest.xml res/layout/apn_preference_layout.xml src/com/android/settings/ApnEditor.java src/com/android/settings/ApnSettings.java
Diffstat (limited to 'src/com/android/settings/Settings.java')
-rw-r--r--src/com/android/settings/Settings.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/android/settings/Settings.java b/src/com/android/settings/Settings.java
index dc638310e..83b06c3f7 100644
--- a/src/com/android/settings/Settings.java
+++ b/src/com/android/settings/Settings.java
@@ -864,4 +864,6 @@ public class Settings extends PreferenceActivity
public static class AndroidBeamSettingsActivity extends Settings { /* empty */ }
public static class WifiDisplaySettingsActivity extends Settings { /* empty */ }
public static class AnonymousStatsActivity extends Settings { /* empty */ }
+ public static class ApnSettingsActivity extends Settings { /* empty */ }
+ public static class ApnEditorActivity extends Settings { /* empty */ }
}