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