-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FR: auto restart service #40
Comments
I re-checked .. i don't think that this is the case for installing/uninstalling or updating apps?! that should work in any case without taking away the permissions?! |
Currently I have the feeling that its quite sensible to auto-deactivate TnT and force the user through the re-activation process. The problem is the missing user-interface, actually just disabling TnT as long as the permission is not granted would work technically, but there is no real way of comunicating to the user: "Hey, please give the permission back".. Options that come to my mind are:
Do you have other options? what do you suggest? |
I made a quick video on my Zenfone 2 with Android 6 to demonstrate (remove the .zip extension; it's just a video). |
ok, thats indeed different on Android 6.. I see...though I'm worried about user interaction.. what would you suggest? @Frenzie @licaon-kter what is your opinion? |
Toast is fine. |
I think a combination of options would be the most user-friendly if it's not too much trouble to implement. Silently query for permission until you hit some arbitrary limit (e.g., |
ok.. I'll have a look into the code and let you know... |
Awesome, thanks! Btw, which version of Android did you test with? |
I'm always on the latest.. 7.1.2 i think - It seems this permission/overlay thing changed a lot between 6 and 7 .. |
Ok, I checked and it looks good to me, I'll release it soon, but it will be a bit delayed due to another feature... |
No problem. Thanks for the quick response!
…On Sep 1, 2017 10:32, "gabm" ***@***.***> wrote:
Ok, I checked and it looks good to me, I'll release it soon, but it will
be a bit delayed due to another feature...
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#40 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AAMYBSJBDXRM0n84V_AyyjiICBpWbKMiks5sd8EogaJpZM4PFtNK>
.
|
that should be released with 2.8.0 .. may take a while till it lands in fdroid.. |
c4b42d0 disables the service completely if the app is temporarily locked out of drawing overlays due to installing or updating an app, or granting permissions.
Also see #39 (comment)
The text was updated successfully, but these errors were encountered: