tauri-plugin-android-prevent-screen-capture 1.0.1

Prevent screen capture on Tauri app for Android.
Documentation
1
2
3
4
5
fn main() {
    tauri_plugin::Builder::new(&[])
        .android_path("android")
        .build();
}