aboutsummaryrefslogtreecommitdiff
path: root/tests/EmbeddedKitchenSinkApp/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/EmbeddedKitchenSinkApp/AndroidManifest.xml')
-rw-r--r--tests/EmbeddedKitchenSinkApp/AndroidManifest.xml8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/EmbeddedKitchenSinkApp/AndroidManifest.xml b/tests/EmbeddedKitchenSinkApp/AndroidManifest.xml
index 2f7279802b..2a968987a9 100644
--- a/tests/EmbeddedKitchenSinkApp/AndroidManifest.xml
+++ b/tests/EmbeddedKitchenSinkApp/AndroidManifest.xml
@@ -102,13 +102,5 @@
<category android:name="android.car.cluster.NAVIGATION"/>
</intent-filter>
</activity>
-
- <receiver android:name=".bluetooth.MapReceiver"
- android:permission="android.permission.READ_SMS">
- <intent-filter>
- <action android:name="android.bluetooth.mapmce.profile.action.MESSAGE_RECEIVED"/>
- <action android:name="android.provider.action.VOICE_SEND_MESSAGE_TO_CONTACTS"/>
- </intent-filter>
- </receiver>
</application>
</manifest>