OSDN Git Service

Don't show ApnEditor as a dialog
authorAmith Yamasani <yamasani@google.com>
Fri, 7 Jun 2013 17:19:55 +0000 (10:19 -0700)
committerAmith Yamasani <yamasani@google.com>
Fri, 7 Jun 2013 17:19:55 +0000 (10:19 -0700)
Else it would be missing the menu buttons.

Bug: 7328535
Change-Id: I8e30eec0b3d23dadd9ab6f1efbaa185fe1b6b431

AndroidManifest.xml

index c41c40c..67aa7ee 100644 (file)
                 android:theme="@android:style/Theme.Holo.DialogWhenLarge"/>
 
         <activity android:name="ApnEditor"
-                android:label="@string/apn_edit"
-                android:theme="@android:style/Theme.Holo.DialogWhenLarge">
+                android:label="@string/apn_edit">
             <intent-filter>
                 <action android:name="android.intent.action.VIEW" />
                 <action android:name="android.intent.action.EDIT" />