antest1 / kcanotify

Viewer Application for KanColle Android
GNU General Public License v3.0
209 stars 29 forks source link

Overlay for Android below 6.0 #12

Closed sanga000 closed 7 years ago

sanga000 commented 7 years ago

It seems that the battle overlay does not work for android versions below 6.0 I am thinking that this can actually be done using a similar method as PuzzCombo for Puzzle and Dragons (which also uses screen overlay, and works for Android 4.0+)

antest1 commented 7 years ago

Overlay works for below 6.0. The permission for overlay is needed for android >=6.0, and below 6.0 does not need the permission to show the overlay.

BattleView worked for device with android 4.1.2 in previous versions of kcanotify, and since the core code for it is not changed so it should work with at least above Jellybean. (I'll check it again.)

I think there would be another problem for that problem. What is your device's model name and android version?

sanga000 commented 7 years ago

I'll check the permission again in this case, it is possible that the permission switched itself off by default

antest1 commented 7 years ago

I checked that screen overlay works for android 4.4.2(Kitkat).

antest1 commented 7 years ago

Since there are no other report with this problem, I'll close the issue. Please re-open this issue when same problem occurs.