Reflect name change done in Phone package

I5d152bf7c55fb2f7b changes Phone's "Settings" class to
"MobileNetworkSettings", so WirelessSettings also needs to point
the new class name.

Change-Id: I994c6278c0c1a7cb2ae33cdb94f32083ce146045
This commit is contained in:
Daisuke Miyakawa
2012-02-01 06:26:24 -08:00
parent 94f4f34e57
commit 09086671d9

View File

@@ -66,7 +66,7 @@
<intent
android:action="android.intent.action.MAIN"
android:targetPackage="com.android.phone"
android:targetClass="com.android.phone.Settings" />
android:targetClass="com.android.phone.MobileNetworkSettings" />
</PreferenceScreen>
<PreferenceScreen