Skip to content

Commit

Permalink
make manifest whitespace style consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Sep 30, 2022
1 parent 18761b3 commit 9e40a05
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit 9e40a05

Please sign in to comment.