make manifest whitespace style consistent

This commit is contained in:
Daniel Micay 2022-09-30 17:26:30 -04:00
parent 18761b3e4a
commit 9e40a05be3
1 changed files with 4 additions and 6 deletions

View File

@ -3,17 +3,15 @@
android:targetSandboxVersion="2">
<original-package android:name="org.grapheneos.pdfviewer" />
<application
android:name=".App"
<application android:name=".App"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher"
android:theme="@style/AppTheme">
<activity
android:name=".PdfViewer"
android:documentLaunchMode="always"
android:exported="true">
<activity android:name=".PdfViewer"
android:documentLaunchMode="always"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />