summaryrefslogtreecommitdiffstats
path: root/twrp-functions.hpp
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2019-05-10 17:50:04 +0200
committerDees Troy <dees_troy@teamw.in>2019-05-16 19:07:06 +0200
commit76bbd3a11a40686e9d01d0875c7e56ebf4ac8b53 (patch)
tree260722281833aa234e386b2e65e75238af5e36a7 /twrp-functions.hpp
parentFlash both A/B partitions when flashing recovery ramdisk (diff)
downloadandroid_bootable_recovery-76bbd3a11a40686e9d01d0875c7e56ebf4ac8b53.tar
android_bootable_recovery-76bbd3a11a40686e9d01d0875c7e56ebf4ac8b53.tar.gz
android_bootable_recovery-76bbd3a11a40686e9d01d0875c7e56ebf4ac8b53.tar.bz2
android_bootable_recovery-76bbd3a11a40686e9d01d0875c7e56ebf4ac8b53.tar.lz
android_bootable_recovery-76bbd3a11a40686e9d01d0875c7e56ebf4ac8b53.tar.xz
android_bootable_recovery-76bbd3a11a40686e9d01d0875c7e56ebf4ac8b53.tar.zst
android_bootable_recovery-76bbd3a11a40686e9d01d0875c7e56ebf4ac8b53.zip
Diffstat (limited to 'twrp-functions.hpp')
-rwxr-xr-xtwrp-functions.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/twrp-functions.hpp b/twrp-functions.hpp
index a892e7574..8cea321b5 100755
--- a/twrp-functions.hpp
+++ b/twrp-functions.hpp
@@ -106,6 +106,7 @@ public:
static int stream_adb_backup(string &Restore_Name); // Tell ADB Backup to Stream to TWRP from GUI selection
static std::string get_cache_dir(); // return the cache partition existence
static void check_selinux_support(); // print whether selinux support is enabled to console
+ static bool Is_TWRP_App_In_System(); // Check if the TWRP app is installed in the system partition
private:
static void Copy_Log(string Source, string Destination);