-
Notifications
You must be signed in to change notification settings - Fork 6.5k
Pull requests: urbandroid-team/dont-kill-my-app
Author
Label
Projects
Milestones
Reviews
Assignee
Sort
Pull requests list
{ "vendors" : [ { "name": "Human-readable vendor name", …
#3087
opened Nov 18, 2025 by
kar31001-max
Loading…
String tag = "com.my_app:LOCK"; if (Build.VERSION.SDK_INT == Build.VERSION_CODES.M && Build.MANUFACTURER.equals("Huawei")) { tag = "LocationManagerService"; } PowerManager.WakeLock wakeLock = ((PowerManager) getSystemService(Context.POWER_SERVICE)).newWakeLock(1, tag); wakeLock.acquire();Update README.md
#3032
opened Nov 13, 2025 by
rizayevalisher45-art
Loading…
Previous Next
ProTip!
Exclude everything labeled
bug with -label:bug.