Merge "Timer sample app now uses Set a timer voice command instead of Set alarm." into klp-modular-dev

This commit is contained in:
Tony Wickham
2014-06-27 17:53:25 +00:00
committed by Android (Google) Code Review

View File

@@ -31,7 +31,7 @@
</intent-filter>
<!-- Set a timer voice command -->
<intent-filter>
<action android:name="android.intent.action.SET_ALARM"/>
<action android:name="android.intent.action.SET_TIMER"/>
<category android:name="android.intent.category.DEFAULT"/>
</intent-filter>
</activity>