Search code examples
androidwindowsadbsony-xperia

how do I unblock the app blocked with adb shell pm block command?


I need to enable an app that I blocked using adb because my phone is force closing now. How do I reenable the app? I used the

adb shell pm block com.sonymobile.advancedwidget.entrance

command to block it.


Solution

  • You can use the pm unblock command:

    adb shell pm unblock com.sonymobile.advancedwidget.entrance