Sandeep Siddhartha | 2296895 | 2014-06-10 12:32:53 -0700 | [diff] [blame] | 1 | <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> |