Add missing deprecation

This commit is contained in:
Mygod
2019-04-05 11:19:12 +08:00
parent 59984f1e7a
commit 3f0d1407be

View File

@@ -54,6 +54,7 @@ class RepeaterService : Service(), WifiP2pManager.ChannelListener, SharedPrefere
}
}
val supported get() = p2pManager != null
@Deprecated("Not initialized and no use at all since Android Q")
var persistentSupported = false
var networkName: String?