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
The below function was generated by Android Studio to ensure `device.getName` occurs successfully.
As the message from Android Studio `lint`:
"Error: Call requires permission which may be rejected by user: code should explicitly check to see if permission is available (with checkPermission) or explicitly handle a potential SecurityException [MissingPermission]"
~ Doomsdayrs
Message 2
// TODO: Consider calling
// ActivityCompat#requestPermissions
// here to request the missing permissions, and then overriding
// public void onRequestPermissionsResult(int requestCode, String[] permissions,
// int[] grantResults)
// to handle the case where the user grants the permission. See the documentation
// for ActivityCompat#requestPermissions for more details.
The text was updated successfully, but these errors were encountered:
FlorentRevest
changed the title
[Maintance] Check for permission to access bluetooth device info
[Maintenance] Check for permission to access bluetooth device info
Aug 1, 2022
Message 1
Message 2
The text was updated successfully, but these errors were encountered: