Skip to content
This repository was archived by the owner on Nov 29, 2023. It is now read-only.

Commit

Permalink
redroid: uninstall something
Browse files Browse the repository at this point in the history
  • Loading branch information
ChisBread committed Jan 11, 2023
1 parent bc52e94 commit 38d940e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion malior-droid
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function runtime_start() {
setprop ro.boot.redroid_net_dns1 ${MALIOR_DROID_DNS1:-8.8.8.8} ; \
setprop ro.boot.redroid_net_dns2 ${MALIOR_DROID_DNS2:-8.8.4.4} ; \
/vendor/bin/ipconfigstore ; \
pm uninstall -k --user 0 com.firefly.fireflyapi2demo ; \
pm uninstall -k --user 0 com.firefly.fireflyapi2service ; \
pm uninstall -k --user 0 com.firefly.fireflyapi2demo ; \
stop;sleep 3;start; \
"
Expand Down

0 comments on commit 38d940e

Please sign in to comment.