Merge "Hide title of the zen mode voice activity." into mnc-dev
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index d792b5c..ecdcfc8 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1086,7 +1086,7 @@
</activity>
<activity android:name=".notification.ZenModeVoiceActivity"
- android:theme="@android:style/Theme.Material.Light.Voice"
+ android:theme="@android:style/Theme.Material.Light.Dialog.NoActionBar"
android:label="@string/zen_mode_settings_title">
<intent-filter>
<action android:name="android.settings.VOICE_CONTROL_DO_NOT_DISTURB_MODE" />