From ca915668af1dfea973c2789d9ae48c958ca8362d Mon Sep 17 00:00:00 2001 From: Fabrice Di Meglio Date: Thu, 6 Feb 2014 15:46:19 -0800 Subject: [PATCH] Fix bug #12910775 Settings crash after tap on Access Point Names under Mobile networks - ApnSettings is now a fragment so introduce a new ApnSettingsActivity - ApsSettingsActivity will use the ApnSettings fragment - move the getListView() call to onActivityCreated(...) as the ListView needs to be created before this call can be done. - add also an alias for the old activity name ".ApsSettings" Change-Id: Id228722d7f34415d4b036282f0845e28546111df --- AndroidManifest.xml | 15 ++++++++++++++- src/com/android/settings/ApnSettings.java | 8 +++++++- src/com/android/settings/Settings.java | 1 + src/com/android/settings/SettingsActivity.java | 3 ++- 4 files changed, 24 insertions(+), 3 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 6e01aecb82..cc407dbdda 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -259,7 +259,7 @@ - + + + + + +