File tree Expand file tree Collapse file tree
android/sdl_android/src/main/java/com/smartdevicelink/transport Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -864,7 +864,7 @@ public void handleMessage(Message msg) {
864864 if (parcelFileDescriptor != null ) {
865865 // Added requirements with Android 14, Checking if we have proper permission to enter the foreground for Foreground service type connectedDevice.
866866 // If we do not have permission to enter the Foreground, we pass off hosting the RouterService to another app.
867- if (!AndroidTools .ServicePermissionUtil .hasForegroundServiceTypePermission (service .getApplicationContext ())) {
867+ if (!AndroidTools .ServicePermissionUtil .hasForegroundServiceTypePermission (service .getApplicationContext ())) {
868868 service .deployNextRouterService (parcelFileDescriptor );
869869 closeUSBAccessoryAttachmentActivity (msg );
870870 return ;
You can’t perform that action at this time.
0 commit comments