Reputation: 87
I'm developing an Android app using Android Studio with Jetpack Compose. The app is intended to be a "device owner" for security purposes, meaning it should be "indestructible" and have the ability to read SMS messages, track failed login attempts, wipeDevice() or Wipedata(). However, I've run into an issue: when the app is set as the device owner, the user can't add new accounts from the settings menu. The device shows that it is managed by another application, preventing the addition of new accounts.
I'd like to know if there's a way to lift this restriction, allowing users to manage the device normally while still keeping the app as the device owner. If not, are there alternative approaches to achieve the same goal of having an indestructible app that can wipe data or wipe the device?
Thanks in advance for your help!
Upvotes: 0
Views: 51