Loading app/src/main/AndroidManifest.xml +2 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,8 @@ android:networkSecurityConfig="@xml/network_security_config" android:supportsRtl="true" android:theme="@style/AppTheme" tools:ignore="UnusedAttribute"> tools:ignore="UnusedAttribute" android:dataExtractionRules="@xml/data_extraction_rules"> <activity android:name=".MainActivity" android:exported="true"> Loading app/src/main/res/xml/data_extraction_rules.xml 0 → 100644 +16 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- ~ Copyright (c) 2022 Bartek Fabiszewski ~ http://www.fabiszewski.net ~ ~ This file is part of μlogger-android. ~ Licensed under GPL, either version 3, or any later. ~ See <http://www.gnu.org/licenses/> --> <data-extraction-rules> <cloud-backup disableIfNoEncryptionCapabilities="true"> <include domain="sharedpref" path="."/> <include domain="database" path="."/> </cloud-backup> </data-extraction-rules> No newline at end of file Loading
app/src/main/AndroidManifest.xml +2 −1 Original line number Diff line number Diff line Loading @@ -39,7 +39,8 @@ android:networkSecurityConfig="@xml/network_security_config" android:supportsRtl="true" android:theme="@style/AppTheme" tools:ignore="UnusedAttribute"> tools:ignore="UnusedAttribute" android:dataExtractionRules="@xml/data_extraction_rules"> <activity android:name=".MainActivity" android:exported="true"> Loading
app/src/main/res/xml/data_extraction_rules.xml 0 → 100644 +16 −0 Original line number Diff line number Diff line <?xml version="1.0" encoding="utf-8"?> <!-- ~ Copyright (c) 2022 Bartek Fabiszewski ~ http://www.fabiszewski.net ~ ~ This file is part of μlogger-android. ~ Licensed under GPL, either version 3, or any later. ~ See <http://www.gnu.org/licenses/> --> <data-extraction-rules> <cloud-backup disableIfNoEncryptionCapabilities="true"> <include domain="sharedpref" path="."/> <include domain="database" path="."/> </cloud-backup> </data-extraction-rules> No newline at end of file