New icon for temp hotspot

This commit is contained in:
Mygod
2019-04-03 15:56:54 +08:00
parent 6934e2ea52
commit 10a2b777f2
4 changed files with 12 additions and 6 deletions

View File

@@ -15,7 +15,7 @@ import be.mygod.vpnhotspot.util.stopAndUnbind
@RequiresApi(26)
class LocalOnlyHotspotTileService : KillableTileService() {
private val tile by lazy { Icon.createWithResource(application, R.drawable.ic_device_wifi_tethering) }
private val tile by lazy { Icon.createWithResource(application, R.drawable.ic_action_perm_scan_wifi) }
private var binder: LocalOnlyHotspotService.Binder? = null