Remove unused label

This commit is contained in:
June 2022-01-31 02:02:18 +00:00 committed by Daniel Micay
parent 9dca01a0ee
commit f81a71bf3d
1 changed files with 1 additions and 2 deletions

View File

@ -8,8 +8,7 @@
android:theme="@style/AppTheme"
android:allowBackup="true">
<activity android:name=".PdfViewer"
android:label="@string/app_name"
android:exported="true">
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />