summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcaffeinemark/execute.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/caffeinemark/execute.sh b/caffeinemark/execute.sh
index 231ca70..7871352 100755
--- a/caffeinemark/execute.sh
+++ b/caffeinemark/execute.sh
@@ -15,6 +15,7 @@ function func_caffeinemark_post_install(){
}
function func_caffeinemark_pre_uninstall(){
+ func_pre_uninstall
adb shell setenforce 1
}
post_install="func_caffeinemark_post_install"