summaryrefslogtreecommitdiff
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2008-12-17 18:06:03 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2008-12-17 18:06:03 -0800
commit95d8bae6aa7e8127c1d08d63d37ca35a4fe27f83 (patch)
treef0028a10aa39986be95479d32f6d8f3e917ff237 /AndroidManifest.xml
parent22464da53983813d22e37d9656e8cbd7809e9ebf (diff)
downloadVoiceDialer-95d8bae6aa7e8127c1d08d63d37ca35a4fe27f83.tar.gz
Code drop from //branches/cupcake/...@124589
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 3781746..4736164 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -8,6 +8,7 @@
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.RECORD_AUDIO" />
<uses-permission android:name="android.permission.MODIFY_AUDIO_SETTINGS" />
+ <uses-permission android:name="android.permission.BLUETOOTH" />
<application android:theme="@android:style/Theme.Dialog"
android:label="Voice Dialer"
@@ -31,6 +32,14 @@
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
+ <!-- VoiceDialer clears compiled grammar if apps change -->
+ <intent-filter>
+ <action android:name="android.intent.action.PACKAGE_ADDED" />
+ <action android:name="android.intent.action.PACKAGE_CHANGED" />
+ <action android:name="android.intent.action.PACKAGE_REMOVED" />
+ <data android:scheme="package" />
+ </intent-filter>
+
<!-- Voice Dialer Logging Enabled, *#*#VDL1#*#* -->
<intent-filter>
<action android:name="android.provider.Telephony.SECRET_CODE" />