This commit is contained in:
2026-08-12 15:18:33 +09:00
parent 14e26702c1
commit 1f696902da
+9 -3
View File
@@ -127,14 +127,20 @@
</activity>
<activity android:name=".home.WebReaderActivity"
android:theme="@style/Theme.Player"
android:launchMode="singleInstance"
android:icon="@drawable/ic_launcher"
android:roundIcon="@drawable/ic_launcher"
android:label="리더"
android:configChanges="orientation|screenSize|screenLayout|smallestScreenSize|density|fontScale|keyboardHidden|keyboard|layoutDirection|navigation"
android:screenOrientation="portrait"
android:excludeFromRecents="false"
android:hardwareAccelerated="true"
android:exported="false">
android:taskAffinity="bums.lunatic.launcher.home.WebReaderActivity"
android:launchMode="singleTask"> <intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name=".player.DocumentViewerActivity"
android:theme="@style/Theme.Player"