Merge "Fix BandMode Dialog Crash on Open due to Style" am: 7588ef1518

am: 7aacdc2c13

Change-Id: I50588e17f07d89daa3a989a72080a4fe695b4729
This commit is contained in:
Nathan Harold
2019-01-07 17:31:14 -08:00
committed by android-build-merger
3 changed files with 2 additions and 8 deletions

View File

@@ -2170,9 +2170,8 @@
</intent-filter>
</activity>
<!-- TODO: Is this needed? -->
<activity android:name="BandMode"
android:theme="@android:style/Theme.DeviceDefault.Light.Dialog.Alert"
android:label="@string/band_mode_title"
android:process="com.android.phone">
<intent-filter>
<action android:name="android.intent.action.MAIN" />