Behavioral changes
Android Marshmallow has introduced a few behavioral changes related to Android for Work.
The work profile contacts display option
Using the following setting, you can now display your work profile contacts in the dialer call log:
DevicePolicyManager.setCrossProfileCallerIdDisabled(ComponentName admin, boolean disabled)
You can also display the work contacts over Bluetooth with the new option. Setting this to false
will allow the display; the default value is true
(disabling the contact-sharing option):
DevicePolicyManager.setBluetoothContactSharingDisabled(ComponentNa me admin, boolean disabled)
Wi-Fi configuration options
When adding a Wi-Fi network via a work profile, usually, added configurations stay persistent even after the profile is deleted. Now, all configurations added by a profile owner are removed if the work profile is deleted.
The Wi-Fi configuration lock
A new Settings.Global
setting has been added:
WIFI_DEVICE_OWNER_CONFIGS_LOCKDOWN
This setting is an integer value...