File tree Expand file tree Collapse file tree
android/hello_sdl_android Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 script : ./android/gradlew -p ./android :sdl_android:connectedCheck
2626
2727 - name : Hello Sdl Android Tests
28- run : ./android/gradlew -p ./android : hello_sdl_android:build
28+ run : ./android/gradlew -p ./android/ hello_sdl_android test
2929
3030 - name : Sdl JavaSE Tests
3131 run : ./javaSE/gradlew -p ./javaSE test
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4- compileSdkVersion 28
4+ compileSdkVersion 29
55 defaultConfig {
66 applicationId " com.sdl.hellosdlandroid"
77 minSdkVersion 14
Original file line number Diff line number Diff line change 3939 android : resource =" @xml/accessory_filter" />
4040 </activity >
4141
42- <service android : name =" com.sdl.hellosdlandroid.SdlService" >
42+ <service
43+ android : name =" com.sdl.hellosdlandroid.SdlService"
44+ android : foregroundServiceType =" connectedDevice" >
4345 </service >
4446 <service
4547 android : name =" .SdlRouterService"
4648 android : exported =" true"
47- android : process =" com.smartdevicelink.router" >
49+ android : process =" com.smartdevicelink.router"
50+ android : foregroundServiceType =" connectedDevice" >
4851 <intent-filter >
4952 <action android : name =" com.smartdevicelink.router.service" />
5053 </intent-filter >
You can’t perform that action at this time.
0 commit comments