We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70b1595 commit 83d53f1Copy full SHA for 83d53f1
1 file changed
android/sdl_android/src/main/java/com/smartdevicelink/transport/SdlRouterService.java
@@ -1109,7 +1109,7 @@ public void onCreate() {
1109
super.onCreate();
1110
//Add this first to avoid the runtime exceptions for the entire lifecycle of the service
1111
setRouterServiceExceptionHandler();
1112
- //This must be done regardless of if this service shuts down or not
+ //This must be done regardless of if this service shuts down or not
1113
if(Build.VERSION.SDK_INT >= Build.VERSION_CODES.O) {
1114
hasCalledStartForeground = false;
1115
enterForeground("Waiting for connection...", FOREGROUND_TIMEOUT/1000, false);
0 commit comments