Arunesh Mishra | a772e5f | 2016-01-25 10:33:11 -0800 | [diff] [blame] | 1 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
| 2 | package="com.android.test.soundtrigger"> |
| 3 | |
| 4 | <uses-permission android:name="android.permission.MANAGE_SOUND_TRIGGER" /> |
| 5 | <application |
| 6 | android:permission="android.permission.MANAGE_SOUND_TRIGGER"> |
| 7 | <activity |
| 8 | android:name="TestSoundTriggerActivity" |
| 9 | android:label="SoundTrigger Test Application" |
| 10 | android:theme="@android:style/Theme.Material.Light.Voice"> |
| 11 | <intent-filter> |
| 12 | <action android:name="com.android.intent.action.MANAGE_SOUND_TRIGGER" /> |
| 13 | <category android:name="android.intent.category.DEFAULT" /> |
| 14 | </intent-filter> |
| 15 | </activity> |
| 16 | </application> |
| 17 | </manifest> |