android-activitymanager Questions
1
I am getting below exception in my firebase crashlytics console.
Fatal Exception: java.lang.NullPointerException: Attempt to read from field 'int com.android.server.wm.Task.mTaskId' on a null objec...
Darlinedarling asked 2/7, 2021 at 13:5
0
On my AndroidTV Emulator I have:
val am = this.getSystemService(ACTIVITY_SERVICE) as ActivityManager
am.runningAppProcesses?.forEach {
Logger.debug("XXX", "Running ${it.uid} , ${it....
Hyperactive asked 19/10, 2021 at 8:28
6
I have an android application i need one function or any broadcast receiver that can check if the app is closed.. i don't need to call on destroy in every activity (there is about 20 activity into ...
Polaroid asked 3/3, 2017 at 10:42
3
Solved
Description
I want to build todolist app.I want to store information using RoomDatabse.
I build Database with room and get infomation than save to database.
But when i click add button then i go...
Torpid asked 4/11, 2018 at 14:19
1
Solved
Can someone please explain what is:
ActivityManager?
27854?
u0a66?
Kolk asked 2/2, 2017 at 21:44
1
Solved
I'm trying to port Android 7.0 into a customized HW platform and have zygote running background. But when I tried to start an app by using am start <>, it gives error "Can't connect to a...
Battlefield asked 28/10, 2016 at 20:33
3
Solved
I have 3 different Activities that user navigates between in no particular order. My goal it twofold:
When user switches to something else when app is resumed I want to start where user left even...
Kislev asked 20/9, 2009 at 1:25
1
© 2022 - 2024 — McMap. All rights reserved.