Don't show ApnEditor as a dialog

Else it would be missing the menu buttons.

Bug: 7328535
Change-Id: I8e30eec0b3d23dadd9ab6f1efbaa185fe1b6b431
This commit is contained in:
Amith Yamasani
2013-06-07 10:19:55 -07:00
parent adc3a2825c
commit 34bd7e68db

View File

@@ -1042,8 +1042,7 @@
android:theme="@android:style/Theme.Holo.DialogWhenLarge"/> android:theme="@android:style/Theme.Holo.DialogWhenLarge"/>
<activity android:name="ApnEditor" <activity android:name="ApnEditor"
android:label="@string/apn_edit" android:label="@string/apn_edit">
android:theme="@android:style/Theme.Holo.DialogWhenLarge">
<intent-filter> <intent-filter>
<action android:name="android.intent.action.VIEW" /> <action android:name="android.intent.action.VIEW" />
<action android:name="android.intent.action.EDIT" /> <action android:name="android.intent.action.EDIT" />