Skip to content

Commit 2d49e36

Browse files
committed
remove extra space in RS
1 parent cf351c9 commit 2d49e36

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/sdl_android/src/main/java/com/smartdevicelink/transport/SdlRouterService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)