This commit is contained in:
lunaticbum
2024-11-20 15:51:13 +09:00
parent 53a267424a
commit 98a1fc959e
45 changed files with 1366 additions and 1308 deletions
+26 -3
View File
@@ -99,7 +99,26 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name=".apps.AppDrawer"
android:label="@string/lunar_settings"
android:launchMode="singleTask"
android:excludeFromRecents="true"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.APPLICATION_PREFERENCES" />
</intent-filter>
</activity>
<activity
android:name=".feeds.Feeds"
android:label="@string/lunar_settings"
android:launchMode="singleTask"
android:excludeFromRecents="true"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.APPLICATION_PREFERENCES" />
</intent-filter>
</activity>
<activity
android:name=".settings.SettingsActivity"
android:label="@string/lunar_settings"
@@ -170,10 +189,14 @@
</receiver>
<activity
android:name="kr.lunaticbum.awesomewebview.AwesomeWebViewActivity"
android:name=".home.RssViewerActivity"
android:configChanges="keyboardHidden|orientation|screenSize"
android:hardwareAccelerated="true"
android:theme="@style/FinestWebViewTheme.Fullscreen" />
android:launchMode="singleTask"
android:excludeFromRecents="true"
android:theme="@style/FinestWebViewTheme.Fullscreen" >
</activity>
<provider
android:name="androidx.core.content.FileProvider"