Enabling Stellar Protect as device-owner

Since Android SDK 34 came out it is required that Stellar Protect is device-owner of the device this allows the wiping-mechanism to work properly. This is because Google changed the permissions of the wipe API since the SDK 34 came out.

If Stellar Protect does not give you alert about this, then you do not need to follow this guide. This means, Stellar Protect has the required permissions. So nothing is required from your part.

  • For StellarOS or Stellar Phone users, you DO not need to follow this guide.

This can be done in a few steps, and takes around 10 minutes.

Setup

You need a computer and a USB-cable before you can follow the steps below.

You can also watch this video:
  • Navigate to the Settings → About phone section.
  • Tap the Build Number option seven times until you see the “You are now a developer!” message

On some devices, these sections might be located or named differently. For more details, please refer to the Android documentation.

For this scenario to work correctly, do not launch the app before running the ADB command described in step 7.

adb shell dpm set-device-owner stellar.phone.protect/com.stellar.phone.protect.AdminReceiver

Scroll to Top