fix(native): load config before init
- add native remap apk
This commit is contained in:
@@ -627,6 +627,10 @@
|
||||
"disable_bitmoji": {
|
||||
"name": "Disable Bitmoji",
|
||||
"description": "Disables Friends Profile Bitmoji"
|
||||
},
|
||||
"remap_apk": {
|
||||
"name": "Remap APK",
|
||||
"description": "Hides SnapEnhance apk path in /proc/self/maps"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -11,6 +11,7 @@ class Experimental : ConfigContainer() {
|
||||
|
||||
class NativeHooks : ConfigContainer(hasGlobalState = true) {
|
||||
val disableBitmoji = boolean("disable_bitmoji")
|
||||
val remapApk = boolean("remap_apk") { addNotices(FeatureNotice.UNSTABLE) }
|
||||
}
|
||||
|
||||
class E2EEConfig : ConfigContainer(hasGlobalState = true) {
|
||||
|
||||
Reference in New Issue
Block a user