android-multiple-users Questions

5

If I want to retrieve an ApplicationInfo list for all apps of the current user, I can just run: PackageManager pkgmanager = ctx.getPackageManager(); List<ApplicationInfo> installedApps = pkg...

3

When I run my app from Android Studio and install it on the primary user on a device, I notice that it gets installed on the secondary user as well. In the first place, why is this happening? The ...
Lui asked 16/1, 2020 at 11:23

2

Solved

I am working ionic(1.7.15) in ubuntu. My project works fine until i try to implement calendar plugin. After installing this plugin to my project and i try to build with ionic build android command...
Schooling asked 31/5, 2016 at 6:16

0

We recently integrated with Crashlytics in Firebase and found that our app was facing this crash: Fatal Exception: java.lang.SecurityException get application info: Neither user 1010170 nor curre...

1

I'm getting this weird crash. It seems like AlarmManager.set() cause this but I don't understand how nor why. Stack trace: Fatal Exception: java.lang.RuntimeException: Unable to create applicatio...
Nyctophobia asked 21/11, 2016 at 8:54

1

Solved

I have a service running in foreground mode and I'd like to detect switching between user sessions on tablets running Android 4.2 or above. Is there any broadcast receiver I can register to get no...
Engaging asked 13/3, 2013 at 17:18
1

© 2022 - 2024 — McMap. All rights reserved.