Full but still broken rework of everything

This commit is contained in:
2026-05-08 19:28:57 +02:00
parent e5471b5fa0
commit 3aa0470bcf
56 changed files with 2247 additions and 1552 deletions
+8
View File
@@ -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