summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Grover <joeygrover@gmail.com>2021-04-06 11:09:02 -0400
committerJoey Grover <joeygrover@gmail.com>2021-04-06 11:09:02 -0400
commitb2d6c3c8ad71a36e71fbb3a1526e0732ce24ab9f (patch)
tree4a4363918ca00c16c2cfd727b82858ec14f82af3
parent44b286236b268bfe844bd113b7b12f916f35c828 (diff)
downloadsdl_android-bugfix/query_permission_removal.tar.gz
Update helloSDL manifest with queriesbugfix/query_permission_removal
-rwxr-xr-xandroid/hello_sdl_android/src/main/AndroidManifest.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/android/hello_sdl_android/src/main/AndroidManifest.xml b/android/hello_sdl_android/src/main/AndroidManifest.xml
index 289b4c7e7..1183e7b2c 100755
--- a/android/hello_sdl_android/src/main/AndroidManifest.xml
+++ b/android/hello_sdl_android/src/main/AndroidManifest.xml
@@ -12,6 +12,16 @@
<!-- Required to use the USB Accessory mode -->
<uses-feature android:name="android.hardware.usb.accessory" />
+ <!-- Required when targeting Android API 30+ -->
+ <queries>
+ <intent>
+ <action android:name="com.smartdevicelink.router.service" />
+ </intent>
+ <intent>
+ <action android:name="sdl.router.startservice" />
+ </intent>
+ </queries>
+
<application
android:allowBackup="false"
android:icon="@mipmap/ic_launcher"