Pupil-24 Absence of backing up favorites feature

This commit is contained in:
tom5079
2019-12-01 16:58:29 +09:00
parent 8d16950f46
commit f98f45dc54
10 changed files with 154 additions and 9 deletions

View File

@@ -20,6 +20,18 @@
android:theme="@style/AppTheme"
tools:replace="android:theme">
<provider
android:authorities="${applicationId}.fileprovider"
android:name="androidx.core.content.FileProvider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/file_paths"/>
</provider>
<activity android:name=".ui.LockActivity"/>
<activity
android:name=".ui.ReaderActivity"