Fixed
Status Update
Comments
dn...@google.com <dn...@google.com> #2
Thank you for reporting this issue. We have shared this with our engineering team and will update this issue with more information as it becomes available.
wi...@xandar.com.au <wi...@xandar.com.au> #3
@2 This bug occurs even if the check is inside onActivityResult, yet I've tested it on Android 7.1.2 and below, and it doesn't occur there.
I've also noticed that the check works fine if I change the orientation after returning from the settings screen (meaning the activity was re-created)
I've also noticed that the check works fine if I change the orientation after returning from the settings screen (meaning the activity was re-created)
ar...@google.com <ar...@google.com> #4
For resolving "draw-on-top feature cannot be toggled", you need to add "android.permission.SYSTEM_ALERT_WINDOW" permission in Android Manifest file.
Description
Library used (support-v4, appcompat-v7, all of them):
Version used: 26.0.0, 26.0.1, 26.02, 26.1.0
Theme used: NA
Devices/Android versions reproduced on: NA
- Relevant code to trigger the issue.
A Maven POM for an Android project that has a dependency on app-compat-v7 (or any of the other support libs that should have declared aar deps).