openapk
openapk copied to clipboard
F-droid version not mounting /system correctly
When I try to delete apps, I see from the toasts at the bottom that the app is entering mount -o rw_remount /system, which is not a valid shell command. However, according to the source, it should be entering mount -o rw,remount /system, which does work. My guess is that something messed up between compilation and publication.