Questions tagged [restricted-profiles]

Restricted Profiles are a feature introduced in Android Jelly Bean 4.3 that enables you to give users of your applications improved control when sharing their tablet.

On Android tablets, users can now create restricted profiles based on the primary user. When users create a restricted profile, they can enable restrictions such as which apps are available to the profile. A new set of APIs in Android 4.3 also allow you to build fine-grain restriction settings for the apps you develop. For example, by using the new APIs, you can allow users to control what type of content is available within your app when running in a restricted profile environment.

12 questions
6
votes
3 answers

How to manage restricted profiles in android app?

Restricted profile are now available in android from 4.3, i came to know that some apps like camera, gmail etc are not available in these kind of profiles. How can i manage these type of conditions in my app? Also how to manage in app products and…
Arun C
  • 9,035
  • 2
  • 28
  • 42
4
votes
0 answers

Android: Only Google accounts available to a restricted profile

I'm running into problems with trying to support restricted profiles on android 4.3+. I have set up the authenticator:
JNissi
  • 1,120
  • 9
  • 22
3
votes
1 answer

Restricted profiles settings not being remembered

I have followed http://www.youtube.com/watch?v=pdUcANNm72o and set up settings for my app. I have 10 Booleans that appear. This can be set and when in the profile called. However they are not ticked/unticked then the owner goes back into the…
RuAware
  • 979
  • 1
  • 9
  • 26
1
vote
0 answers

Can´t see Owner Account in Restricted Profile

I have a huge problem, in the Android Documentation says that if I add android:restrictedAccountType="com.example.account.type" to the Application Manifest I was going to be able to find the owner account with the specified AccountType. In my code…
1
vote
0 answers

Android Restricted Profile Kills Activity?

In my current android application, there are two activities.Parent activity launches the child activity.In this application, the child activity can also be run as standalone but it doesn't include the complete feature set. I am currently developing…
1
vote
0 answers

How to detect a restricted profile

Background: I'm currently developing an app which save user settings in "setting.cnfg" file. The file is original saved in internal storage /data/data/package_name. The Kitkat tablet Restricted Profile nolonger give me permission to write/read in…
Evil_Lu
  • 11
  • 2
1
vote
1 answer

Android Restricted Profile with different Launcher

This is a bit of a science project; I'm trying to better understand launchers as well as the Android restricted profile system. I'm looking for a way to programmatically assign a different default launcher to a restricted profile than a…
0
votes
0 answers

Cannot remove system apps for a restricted profile in Android TV

Create a restricted profile. Select some of the system apps to be removed for the profile - NOT WORKING Install any apps from the App store and try removing them for the restricted profile - WORKING FINE. I am getting the following errors from…
0
votes
1 answer

allow only specified users to access a page

I'm having issues with making a page where only band members can access their own band pages. Each band in my band table has four columns $bandm1 $bandm2 $bandm3 and $bandm4. I tried to make a script that drew the session username, and then drew…
0
votes
1 answer

Android 5 Restricted Account Allow Downloads

I have two new Samsung Tab A tablets, both running Android 5. I set both of them up at the same time and, as far as I know, the exact same way. I have a major problem with one of them: How do I give permission to a Restricted Account user to…
kainaw
  • 4,256
  • 1
  • 18
  • 38
0
votes
2 answers

linux , allow user only one command with changable variable

I have 2 servers. First web server another linux server. On web server I write php script which connected to linux server and run command after user input. And in this case command which executes on linux server not same. For ex.:
Javid
  • 47
  • 2
  • 8
0
votes
1 answer

Android Restricted User libcore.io.ErrnoException: open failed: EACCES (Permission denied)

For an application in development the main bulk of users are required for their tablets to be running restricted users so that they are incapable of using the device for anything more than the job they are tasked with. When running normal testings…
Kitty Katie
  • 43
  • 1
  • 7