blob: 6321222f6b1b63799b7a7f689a1ba4363de907e1 [file] [log] [blame]
Sandeep Siddhartha22968952014-06-10 12:32:53 -07001<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2 package="com.android.test.voiceenrollment">
3
4 <application
5 android:permission="android.permission.MANAGE_VOICE_KEYPHRASES">
6 <activity android:name="TestEnrollmentActivity" android:label="Voice Enrollment Application"
7 android:theme="@android:style/Theme.Material.Light.Voice">
8 <intent-filter>
9 <action android:name="com.android.intent.action.MANAGE_VOICE_KEYPHRASES" />
10 <category android:name="android.intent.category.DEFAULT" />
11 </intent-filter>
12 </activity>
13 <meta-data android:name="android.voice_enrollment"
14 android:resource="@xml/enrollment_application"/>
15 </application>
16</manifest>