Commit 2ca528f9 authored by topjohnwu's avatar topjohnwu

Fix typo

parent ce2e6b7d
......@@ -52,7 +52,7 @@ public class Utils {
}
public static void uninstallPkg(String pkg) {
Shell.Sync.su("sudb_clean " + Const.USER_ID, "pm uninstall " + pkg);
Shell.Sync.su("db_clean " + Const.USER_ID, "pm uninstall " + pkg);
}
public static void dlAndReceive(Context context, DownloadReceiver receiver, String link, String filename) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment