diff options
-rwxr-xr-x | deploy.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -8,6 +8,8 @@ adb shell stop adb remount adb sync adb shell umount /apex/com.android.mediaprovider* +adb shell rm -rf /data/apex/active/com.android.mediaprovider* +adb shell rm -rf /data/apex/decompressed/com.android.mediaprovider* adb shell setprop apexd.status '""' adb shell setprop ctl.restart apexd adb shell rm -rf /system/priv-app/MediaProvider |