android-wake-lock
Android - Unlocking phone with voice [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical a开发者_如何学Cndcannot be reasonably answered in its current form.[详细]
2023-04-13 07:53 分类:问答Android, Does Wake Lock is active when In the hole of application?
I have some activities in my application. In main activity I have defined the wake lock: PowerManager powerManager = (PowerManager)getSystemService(Context.POWER_SERVICE);[详细]
2023-04-04 17:39 分类:问答WakeLock-related Mandelbug: does WakeLock.acquire() always succeed?
The Problem I\'ve been developing for Android for quite some time now. One of the programs I\'ve developed makes heavy use of WakeLocks. It usually perfectly (often for days or weeks at a time, a req[详细]
2023-03-30 15:08 分类:问答Android: wake lock: is lock released on application paused?
I have to use the wakelock (yes I shouldn\'t for the obvious reaso开发者_开发问答ns but I\'m being paid to do it so I don\'t have a choice lol)[详细]
2023-03-24 11:17 分类:问答Check for wifi networks signal in sleep mode
My objective is to be able to scan changes in Wi-Fi networks (mainly to check what networks are available). Right know I\'m doing it by registering a reciever:[详细]
2023-03-22 04:37 分类:问答Turn off screen on Android
I am trying to turn on and off the display after a certain action happens (Lets just worry about turning the screen off for now). From what I understand from wake lock, this is what I have:[详细]
2023-03-22 01:41 分类:问答NotificationManager.notify() fails with SecurityException
When does NotificationManager.notify() require WAKE_LOCK permission on Android 2.2? I received following stack trace from one user:[详细]
2023-03-20 21:00 分类:问答Activate Android with touch instead of power button
We\'ve got a tablet application for which we want to s开发者_JS百科creen to timeout after a certain period, but would like the user to re-enable it by touching the screen instead of the \'power\'-butt[详细]
2023-03-11 23:02 分类:问答Wake Lock in Samsung Galaxy Tab
I am developing an app in which i need to send and receive packets in background. But I\'ve discovered that when screen shut off also cpu and networking is disabled. So I\'ve found on Android Develope[详细]
2023-03-07 17:57 分类:问答Android Service Listener for the wakelock screen
Hii all, Im developing an emergency calling application. What i want is when some 开发者_如何学JAVAperson uses this specific code the phone will unlock and then only my application would be running.[详细]
2023-03-02 09:30 分类:问答