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
- Add redundant handling for missing permission exceptions. Existing checks work but
do not satisfy lint, so this is the only way to resolve#646
- Upgrade gradle to maximum compatible version (3.6.4) to satisfy new minimum (3.2.0)
- Use AudioManager.MODE_NORMAL constant explicitly (instead of the equivalent value of
"0" currently being used) to satisfy lint
- Replace deprecated WindowManager.LayoutParams constants with Activity API methods
when using Android SDK v27+
0 commit comments