Top "Android-windowmanager" questions

The Android WindowManager is a system service, which is responsible for managing the z-ordered list of windows, which windows are visible, and how they are laid out on screen.

android Exit from full screen mode

I am working in Android. I need to show my activity in Full screen mode, and i did this using …

android layoutparams android-windowmanager
How to add a floating view to Android Window manager and listen to System/Hardware back button events

I have a service which displays a floating view on the window manager (using WINDOW_TYPE_ALERT permission). I'm able …

android android-service android-windowmanager
Alternative to "FLAG_BLUR_BEHIND" in Android?

I can see that when I use the same flag as shown on the API-demos for blurring the background, I …

android dialog android-activity blur android-windowmanager
Programmatically turn screen on in android

I am developing an alarm application. From the main activity i set the alarm using broadcast. Then in onReceive in …

android android-alarms android-windowmanager
Programmatically set android:windowIsTranslucent

I was able to create a floating activity after following this tutorial http://cases.azoft.com/android-tutorial-floating-activity/ However, to do …

android android-layout android-theme android-styles android-windowmanager
Android O - FLAG_SHOW_WHEN_LOCKED is deprecated

I'm targetting my application to Android O. In my application I have a job service that shows a window over …

android android-windowmanager android-8.0-oreo
WindowManager$BadTokenException unable to add window

I am developing app for background videorecording ,thats why i used WindowManager,but it did not worked for me.gives …

android android-camera android-windowmanager
Android ActivityManager vs WindowManager

Can someone please explain below in detail, 1- What is the use of ActivityManager & WindowManager? 2- What is the …

android android-activity android-windowmanager
IllegalArgumentException: Window type can not be changed after the window is added

I've tried the advice here, the advice here, the advice here, I've commented out the onAttachedToWindow() in my Base Activity. …

android android-activity android-windowmanager
TYPE_SYSTEM_OVERLAY in ICS

In Honeycomb I was able to create a system overlay with TYPE_SYSTEM_OVERLAY and receive touches with FLAG_WATCH_…

android android-4.0-ice-cream-sandwich layoutparams android-windowmanager