Determine Users on Android 4.2 Device -
Determine Users on Android 4.2 Device -
is there way determine if there other users installed on device or if device beingness used single user tablet?
along lines possible name, id, or google business relationship of current user?
to reply sec question, code homecoming google accounts of current user:
accountmanager manager = accountmanager.get(context); account[] accounts = manager.getaccountsbytype("com.google");
you need permission in manifest:
<uses-permission android:name="android.permission.get_accounts" /
android user android-4.2-jelly-bean multi-user
Comments
Post a Comment