请句查看Device Owner后,哪个部分是Device Owner应用的名字,我需要把原先的Device Owner解除掉,能指导一下吗?


shell@Dio:/ $ dumpsys device_policy
Current Device Policy Manager state:

  Enabled Device Admins (User 0, provisioningState: 0):
    web1n.stopapp/.receiver.AdminReceiver:
      uid=10311
      testOnlyAdmin=false
      policies:
        force-lock
      passwordQuality=0x0
      minimumPasswordLength=0
      passwordHistoryLength=0
      minimumPasswordUpperCase=0
      minimumPasswordLowerCase=0
      minimumPasswordLetters=1
      minimumPasswordNumeric=1
      minimumPasswordSymbols=1
      minimumPasswordNonLetter=0
      maximumTimeToUnlock=0
      strongAuthUnlockTimeout=0
      maximumFailedPasswordsForWipe=0
      specifiesGlobalProxy=false
      passwordExpirationTimeout=0
      passwordExpirationDate=0
      encryptionRequested=false
      disableCamera=false
      disableCallerId=false
      disableContactsSearch=false
      disableBluetoothContactSharing=true
      disableScreenCapture=false
      requireAutoTime=false
      forceEphemeralUsers=false
      isNetworkLoggin

Device Owner应用的名字为web1n.stopapp/.receiver.AdminReceiver。如果需要解除Device Owner,可以使用命令"dpm remove-active-admin web1n.stopapp/.receiver.AdminReceiver"。