android-global-overlay icon indicating copy to clipboard operation
android-global-overlay copied to clipboard

The simplest way to add a global overlay view (or global FAB) to your Android app.

Results 4 android-global-overlay issues
Sort by recently updated
recently updated
newest added

fixied compability for new android versions (beginning Android O)

Using this repo: https://github.com/IdiosApps/TiaoYiTiao_OverlayScoreHacking_/ I think this may be because of this: https://stackoverflow.com/a/36019034/4261132 ; I am on MIUI Android Nougat. Am trying to manually grant "draw over other apps" permission....

Using example code for SimpleOverlayService.java worked from https://github.com/danialgoodwin/android-global-overlay/blob/master/demo/src/main/java/com/danialgoodwin/globaloverlay/demo/SimpleOverlayService.java However the example code from the readme required the class to implement OnBind - couldn't figure out what to do with that.