summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjunjiez <junjiez@codeaurora.org>2019-12-11 13:59:34 +0800
committerSridhar Gujje <sgujje@codeaurora.org>2020-01-11 02:26:34 +0530
commit54fd14bebbd07d39e9a24e428014a04c6da187d7 (patch)
treef9aaa57a212ec964bd9fb643bd2a2ddd647c7790
parent554182a31ec4aff133c82119f7bcaccb130b2baf (diff)
downloadandroid_packages_apps_Snap-54fd14bebbd07d39e9a24e428014a04c6da187d7.tar.gz
android_packages_apps_Snap-54fd14bebbd07d39e9a24e428014a04c6da187d7.tar.bz2
android_packages_apps_Snap-54fd14bebbd07d39e9a24e428014a04c6da187d7.zip
SnapdraongCamera:Allow voice launch
Add android.intent.category.VOICE in the mainifest Change-Id: Id4201c468a69529a26f9c819de5f27bfacec045e CRs-Fixed: 2581193
-rwxr-xr-x[-rw-r--r--]AndroidManifest.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index c4441c81f..ef5d886f4 100644..100755
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -76,21 +76,25 @@
<intent-filter>
<action android:name="android.media.action.VIDEO_CAMERA" />
<category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.VOICE"/>
</intent-filter>
<intent-filter>
<action android:name="android.media.action.VIDEO_CAPTURE" />
<category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.VOICE"/>
</intent-filter>
<intent-filter>
<action android:name="android.media.action.IMAGE_CAPTURE" />
<category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.VOICE"/>
</intent-filter>
<intent-filter>
<action android:name="android.media.action.STILL_IMAGE_CAMERA" />
<category android:name="android.intent.category.DEFAULT" />
+ <category android:name="android.intent.category.VOICE"/>
</intent-filter>
<meta-data