You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes.... I defined in manifest also...and I ask this permission to the user during runtime...
Manifest.permission.READ_PHONE_STATE) != PackageManager.PERMISSION_GRANTED) {
ActivityCompat.requestPermissions(Objects.requireNonNull(getActivity()), new String[]
{Manifest.permission.READ_PHONE_STATE}, 100);
}```
and
``` if (ActivityCompat.checkSelfPermission(context, Manifest.permission.READ_PHONE_STATE) == PackageManager.PERMISSION_GRANTED) {
.....
}```
in my project @TheBotBox
Application Wifi & Mobile Data usage Not working at above android version 10.
The text was updated successfully, but these errors were encountered: