diff --git a/.idea/codeStyles/Project.xml b/.idea/codeStyles/Project.xml index 30aa626..70ad957 100644 --- a/.idea/codeStyles/Project.xml +++ b/.idea/codeStyles/Project.xml @@ -1,5 +1,40 @@ + \ No newline at end of file diff --git a/.idea/codeStyles/codeStyleConfig.xml b/.idea/codeStyles/codeStyleConfig.xml index a55e7a1..79ee123 100644 --- a/.idea/codeStyles/codeStyleConfig.xml +++ b/.idea/codeStyles/codeStyleConfig.xml @@ -1,5 +1,5 @@ - \ No newline at end of file diff --git a/app/src/main/java/net/typeblog/shelter/services/FreezeService.java b/app/src/main/java/net/typeblog/shelter/services/FreezeService.java index ab4393f..473d03c 100644 --- a/app/src/main/java/net/typeblog/shelter/services/FreezeService.java +++ b/app/src/main/java/net/typeblog/shelter/services/FreezeService.java @@ -9,13 +9,13 @@ import android.content.Intent; import android.content.IntentFilter; import android.os.IBinder; +import androidx.annotation.Nullable; + import net.typeblog.shelter.receivers.ShelterDeviceAdminReceiver; import java.util.ArrayList; import java.util.List; -import androidx.annotation.Nullable; - // This service simply registers a screen-off listener that will be called // when the user locks the screen. When this happens, this service // will freeze all the apps that the user launched through Unfreeze & Launch