Questions tagged [android-multiple-users]

Questions regarding the particulars of the Android multiple users implementation.

Introduction

Since Jelly Bean (4.2) Android allows multiple users spaces on tablets. It means each user has his or her own set of accounts, apps, system settings, files, and any other user-associated data.

App developers are not supposed to do anything in order for apps to work properly, but in reality there are some issues to be discussed and not much official documentation about them.

When to use the tag

Issues directly related to multiple user environments that do need to be addressed by developers to ensure a good functionality of their apps.

39 questions
0
votes
0 answers

Sharing data in multiple User app(User and Admin)

I created the multiple User app in which there are User and Admin. So i want send the User Enrollment request, if user click on Enroll the form should fillup by the user(Name,email,contact). and after submiting the Data which is filled in the form…
0
votes
1 answer

need to run while loop for multiple users in jmeter

I am using jmeter to test the performance for the ride booking app.I need to run the while controller which runs the events fetching api continuously until the ride is completed or if driver is not available. This runs correctly for one user .But if…
0
votes
2 answers

Is it possible to enable android multi-user from adb?

As stated in the official document, it is possible to enable android multiple user feature at build time, but there is no document about enabling it on an exiting android image. Is there a way to enable multi-user on an existing device (e.g. using…
0
votes
0 answers

Multi user management with objectbox database

I have an application where a user logs in to their account and stores data according to their account. The user then logs out of their account and logs in with another account and stores other data according to the new account. Now if the user logs…
0
votes
2 answers

How to create multiple users registration and login activity in an android?

I've made registration and login activity in an android using shared preferences. User is able to registered and logged in successfully. But my problem is when new user is registered, it delete the previous user's registration details. Here is my…
0
votes
2 answers

Use separate DB for each app user, with SQLiteOpenHelper and a ContentProvider

My app uses an SQLite DB, wrapped with a SQLiteOpenHelper and a ContentProvider. I added a sign-in feature to the app, and now I want every user to only be able to see his own data. The way I thought to achieve this is for the app to create a…
0
votes
1 answer

How to indentify which user profile is activated on Android Multi User feature?

Android has Multi Users feature: I'd like to identify on my application on some part of the code which is the actual activated user. For example if the activated user is the First, Second or Guest. Is there any way to check that?
JonasOliveira
  • 694
  • 8
  • 26
0
votes
1 answer

How to make android multiplayer games without port forwarding

I am trying to make a multi-client application in which somebody is the host and other people join into the game. I need this to be possible without port forwarding so that users can easily set up their server. Is this possible without any help from…
verymessi
  • 117
  • 1
  • 12
-5
votes
1 answer

Android create apk programmatically

I have an app in which i have done some work like updated database with some records. Now i want to generate its .apk file so if i send that .apk to another user he or she can continue work from where i left. Like i wrote a half article, now i want…
1 2
3