mirror of
https://github.com/lifegpc/eh_downloader_flutter.git
synced 2026-07-08 01:30:28 +08:00
Remove onResume() method in MainActivity
This commit is contained in:
@@ -56,11 +56,6 @@ class MainActivity : FlutterActivity() {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
override fun onResume() {
|
|
||||||
super.onResume()
|
|
||||||
Log.i("MainActivity","DeviceName=${getDeviceName()}")
|
|
||||||
}
|
|
||||||
|
|
||||||
@ChannelMethod(methodName = "enableProtect")
|
@ChannelMethod(methodName = "enableProtect")
|
||||||
@Suppress("unused")
|
@Suppress("unused")
|
||||||
private fun enableFlagSecure() {
|
private fun enableFlagSecure() {
|
||||||
|
|||||||
Reference in New Issue
Block a user