summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWangShengjiu <shengjiu.wang@nxp.com>2012-11-16 10:31:49 +0800
committerJindong <jindong.yue@nxp.com>2020-07-10 06:36:35 +0800
commitefb10396d1770afbeaa9a5731b86dd5389c99f19 (patch)
treeb4db8fc271d98dc61d331e93b1c38a688b5911be
parent5a698d44461aa8912525f9e1aa7b92804467e6b3 (diff)
downloadSoundRecorder-efb10396d1770afbeaa9a5731b86dd5389c99f19.tar.gz
Make SoundRecorder available in the Launcher
Add "category.LAUNCHER" and "category.DEFAULT". Signed-off-by: WangShengjiu <shengjiu.wang@nxp.com> Change-Id: I2f5ef4065857c6fc5ebb4044015748dd65b4122d
-rw-r--r--AndroidManifest.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 9115531..cca6aac 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -34,6 +34,8 @@
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
+ <category android:name="android.intent.category.DEFAULT"/>
+ <category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
<intent-filter>
<action android:name="android.provider.MediaStore.RECORD_SOUND"/>