|
@@ -1,6 +1,5 @@
|
|
|
-<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<?xml version="1.0" encoding="utf-8" ?>
|
|
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
-
|
|
|
<!-- Permissions -->
|
|
|
<uses-permission android:name="android.permission.INTERNET" />
|
|
|
<uses-permission android:name="android.permission.READ_MEDIA_IMAGES" />
|
|
@@ -20,7 +19,6 @@
|
|
|
android:supportsRtl="true"
|
|
|
android:requestLegacyExternalStorage="true"
|
|
|
android:theme="@style/AppTheme">
|
|
|
-
|
|
|
<activity
|
|
|
android:exported="true"
|
|
|
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode|navigation"
|
|
@@ -28,7 +26,6 @@
|
|
|
android:label="@string/title_activity_main"
|
|
|
android:theme="@style/AppTheme.NoActionBarLaunch"
|
|
|
android:launchMode="singleTask">
|
|
|
-
|
|
|
<intent-filter>
|
|
|
<action android:name="android.intent.action.MAIN" />
|
|
|
<category android:name="android.intent.category.LAUNCHER" />
|
|
@@ -49,7 +46,6 @@
|
|
|
<category android:name="android.intent.category.BROWSABLE" />
|
|
|
<data android:scheme="logseq" />
|
|
|
</intent-filter>
|
|
|
-
|
|
|
</activity>
|
|
|
|
|
|
<provider
|
|
@@ -57,9 +53,7 @@
|
|
|
android:authorities="${applicationId}.fileprovider"
|
|
|
android:exported="false"
|
|
|
android:grantUriPermissions="true">
|
|
|
- <meta-data
|
|
|
- android:name="android.support.FILE_PROVIDER_PATHS"
|
|
|
- android:resource="@xml/file_paths" />
|
|
|
+ <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths" />
|
|
|
</provider>
|
|
|
</application>
|
|
|
</manifest>
|