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:
@@ -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" />
|
||||||
|
Reference in New Issue
Block a user