android - Dependency between method Settings.canDrawOverlays and Permission Settings -


is there dependency between method settings.candrawoverlays , permission settings?

  1. i manually set possibility draw overlays on;
  2. logs show settings.candrawoverlays(this) returns true;
  3. when click on apps->myapp->permissions (nothing else) , settings.candrawoverlays(this) begins return false;
  4. if press "back" settings.candrawoverlays(this) again returns true.

is normal behavior of system?


Comments

Popular posts from this blog

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -