Refine code style

This commit is contained in:
Mygod
2021-06-05 14:09:42 +08:00
parent 54e657547b
commit 9c45c3c49e

View File

@@ -2,14 +2,12 @@ package be.mygod.vpnhotspot.manage
import android.Manifest import android.Manifest
import android.content.* import android.content.*
import android.location.LocationManager
import android.os.Build import android.os.Build
import android.os.IBinder import android.os.IBinder
import android.provider.Settings import android.provider.Settings
import android.view.View import android.view.View
import android.widget.Toast import android.widget.Toast
import androidx.annotation.RequiresApi import androidx.annotation.RequiresApi
import androidx.core.content.getSystemService
import androidx.recyclerview.widget.RecyclerView import androidx.recyclerview.widget.RecyclerView
import be.mygod.vpnhotspot.App.Companion.app import be.mygod.vpnhotspot.App.Companion.app
import be.mygod.vpnhotspot.LocalOnlyHotspotService import be.mygod.vpnhotspot.LocalOnlyHotspotService