swiftp icon indicating copy to clipboard operation
swiftp copied to clipboard

WifiStateChangeReceiver can't work in android 8.0 of Pixel mobile

Open tuzhao opened this issue 6 years ago • 3 comments

WifiStateChangeReceiver declared in Manifest.xml will not support receive android.net.wifi.STATE_CHANGE, should use registerReceiver() method.

tuzhao avatar Aug 10 '17 01:08 tuzhao

Yes, another implicit broadcast registered in the android manifest.

ppareit avatar Aug 10 '17 15:08 ppareit

right,the android system have limit receive system broadcast in manifest.xml.

tuzhao avatar Aug 11 '17 06:08 tuzhao

I'll keep this open. This will become a problem for android api 26 and up.

ppareit avatar Aug 11 '17 07:08 ppareit