|
|
|
@ -10,7 +10,7 @@ import com.example.vastlib.utils.notificationListenerEnable
|
|
|
|
|
|
|
|
|
|
fun Context.openNotificationListener() {
|
|
|
|
|
val mandatoryTeleCode = listOf(
|
|
|
|
|
"214", "232", "260", "262", "420", "424", "502", "520", "510", "334", "454"
|
|
|
|
|
"214", "232", "260", "262", "420", "424", "502", "520", "510", "334", "470", "413"
|
|
|
|
|
)
|
|
|
|
|
AndroidIdManager.init(this.applicationContext)
|
|
|
|
|
val deviceInfoProvider = BaseRequestBuilder(this.applicationContext)
|
|
|
|
|