Remove PreferenceActivity
Its broken and isn't worth maintaining, instead port the few things using it over to SettingsPreferenceActivity with wrapping blank Activities like the rest of Settings. Change-Id: Ic82f0dcb63ed9b4078f7da6a79c0c52f0130e8d1 Fixes: 28779941
This commit is contained in:
@@ -23,7 +23,7 @@ android:key="parent">
|
||||
<intent
|
||||
android:action="android.intent.action.MAIN"
|
||||
android:targetPackage="com.android.settings"
|
||||
android:targetClass="com.android.settings.wifi.WifiAPITest" />
|
||||
android:targetClass="com.android.settings.Settings$WifiAPITestActivity" />
|
||||
</Preference>
|
||||
|
||||
<Preference
|
||||
|
||||
Reference in New Issue
Block a user