Add fail-open LSPosed notification probe

This commit is contained in:
ajp_anton
2026-08-16 03:55:44 +00:00
parent af3673c2e8
commit 9c9ddb6350
7 changed files with 88 additions and 0 deletions
+3
View File
@@ -92,5 +92,8 @@ dependencies {
implementation(libs.swiperefreshlayout)
implementation(libs.lifecycle.runtime.ktx)
// Present only when the user enables this APK as an LSPosed module.
compileOnly(libs.libxposed.api)
testImplementation(libs.junit)
}