File tree Expand file tree Collapse file tree
android/sdl_android/src/androidTest Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 android : name =" android.test.InstrumentationTestRunner"
1313 android : targetPackage =" com.smartdevicelink.test" />
1414 <uses-permission android : name =" android.permission.WRITE_EXTERNAL_STORAGE" />
15+ <uses-permission android : name =" android.permission.FOREGROUND_SERVICE" />
16+ <uses-permission android : name =" android.permission.BLUETOOTH_CONNECT" />
17+ <uses-permission android : name =" android.permission.POST_NOTIFICATIONS" />
18+ <uses-permission android : name =" android.permission.FOREGROUND_SERVICE_CONNECTED_DEVICE" />
19+
20+ <queries >
21+ <intent >
22+ <action android : name =" com.smartdevicelink.router.service" />
23+ </intent >
24+ <intent >
25+ <action android : name =" sdl.router.startservice" />
26+ </intent >
27+ </queries >
1528
1629 <application android : debuggable =" true" >
1730 <uses-library android : name =" android.test.runner" />
You can’t perform that action at this time.
0 commit comments