Full but still broken rework of everything
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#!/system/bin/sh
|
||||
# CamSwapper VDM Privilege Module - Uninstall script
|
||||
# Removes the privileged system app entry from package manager.
|
||||
|
||||
# Remove the system app entry from package manager
|
||||
if command -v pm >/dev/null 2>&1; then
|
||||
pm uninstall com.nothing.camera2magic 2>/dev/null
|
||||
fi
|
||||
Reference in New Issue
Block a user