Rename notification channel

This commit is contained in:
Mygod
2018-01-13 13:50:59 +08:00
parent 9866db6c46
commit 9fd3966fda
2 changed files with 8 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ import java.util.regex.Pattern
class RepeaterService : Service(), WifiP2pManager.ChannelListener, VpnListener.Callback {
companion object {
const val CHANNEL = "hotspot"
const val CHANNEL = "repeater"
const val STATUS_CHANGED = "be.mygod.vpnhotspot.RepeaterService.STATUS_CHANGED"
private const val TAG = "RepeaterService"