system-alert-window Questions

3

Solved

Background I've noticed many times, that when I use an app that uses SAW (system-alert-window, AKA "display over other apps) permission (example here), and I open Chrome web browser and reach ...
Bourn asked 17/3, 2021 at 21:21

2

Solved

Background SAW (system alert window) permission can be used to draw content on top of other apps. I was told a very long time ago that accessibility service can do this too, but I never found any t...
Eyecup asked 12/4, 2021 at 17:31

5

Solved

Facebook, Evernote, Pocket - all apps get this permission on Android 6.0 automatically, even though they are targeting 23 (targetSdkVersion=23). There has been a lot of documentation regarding the...

1

A little context for my problem first: I'm trying to create a system-overlay type view (i.e. draw over other apps) that is (for now) just a full-screen solid colour. I'm turning it on/off by starti...
Evoke asked 24/2, 2016 at 0:20

1

Solved

I have implemented a caller ID feature where when the screen is locked it should open the lock and show the popup with the name of the person calling. this is the code i've added in the onCreate()...
Ezarra asked 28/8, 2017 at 5:10

2

I would like to be able to detect if my Activity has been obscured by, say, a system alert or some other overlay (for example the power menu when I long press on the power button), or some malware ...
Plumlee asked 4/7, 2016 at 6:27

0

Background I remember that it was told (on one of Google's videos) that if the previous version of the app was updated to have targetSdk 23 on the new version, ALL permissions that were granted be...

2

I have a function that when triggered, succesfully displays a DialogFragment with the following code DialogFragment DialogFragment dialog; View dialogView; Context activityContext; ... dialog =...

2

Facebook uses a service to push the messenger bubble on android - something like the follows: http://www.piwai.info/chatheads-basics/ I want to detect when the bubble is opened / closed I've star...
Uncrowned asked 24/12, 2014 at 7:10
1

© 2022 - 2024 — McMap. All rights reserved.