-
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
Crash when draw-over permission not granted #39
Comments
indeed.. there is something wrong ;) I'll have a look... |
That should be fixed in next version - TnT switches itself off when it notices that the permission got lost meanwhile... |
this has been released as 2.7.0 |
Would there be a sensible manner to try to auto re-enable? |
Apps can't "auto-grant" themselves permissions... |
Who's talking about auto-granting? The service quits running because it is temporarily locked out. |
i think the but discussed here is solved on 2.7.. please either reopen this issue or create a new one... |
Right, I'm talking about the behavior caused by the fix in c4b42d0. |
ok, I'll try to guess what u mean: you are talking about the behavior "when the permission gets lost, then tnt switches itself off"? and you want tnt to auto-reactivate when it gets the permission back? |
Steps:
The app needs to cope with the fact that the permission is missing, maybe sprinkle some
try{}
here or there. :)The text was updated successfully, but these errors were encountered: