mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-12-15 01:22:14 +00:00
Migrate package detection to Rust
This commit is contained in:
@@ -8,6 +8,8 @@ mod flags;
|
||||
pub use flags::*;
|
||||
pub const MAGISK_FULL_VER: &str = concatcp!(MAGISK_VERSION, "(", MAGISK_VER_CODE, ")");
|
||||
|
||||
pub const APP_PACKAGE_NAME: &str = "com.topjohnwu.magisk";
|
||||
|
||||
pub const LOGFILE: &str = "/cache/magisk.log";
|
||||
|
||||
// data paths
|
||||
|
||||
Reference in New Issue
Block a user