Simplify Zen mode voice activity.
Zen mode voice activity now only sets the notification mode to alarms mode
or off. A duration may be specified if it was in the original intent.
Change-Id: Ica472ca9c6dcbce473832f4f922baf225df4951b
Bug: 21024455
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 500c0aa..4bf8399 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1064,8 +1064,8 @@
</activity>
<activity android:name=".notification.ZenModeVoiceActivity"
- android:theme="@android:style/Theme.Material.Light"
- android:label="@string/zen_mode_interruptions_voice_title">
+ android:theme="@android:style/Theme.Material.Light.Voice"
+ android:label="@string/zen_mode_settings_title">
<intent-filter>
<action android:name="android.settings.VOICE_CONTROL_DO_NOT_DISTURB_MODE" />
<category android:name="android.intent.category.DEFAULT" />