Device Admin features such as wipe data or changing password is not authorized after Android 14 update?
After properly adding it as an admin app, other DPM functions work fine (such as dpm.lockNow()).
I can also wipe the data on android 10. The issues occur on android 14,13.
android device admin service
Is there any documentation or information on how to use bindDeviceAdminServiceAsUser
from DevicePolicyManager
class? The only info I found about it is here. But it does not say how to implememnt and communicate with FullyManagedDeviceService
from that example.