This commit is contained in:
lunaticbum
2024-11-07 16:35:47 +09:00
parent 87ded0bda5
commit 0a77bd69d7
39 changed files with 1438 additions and 152 deletions
+10
View File
@@ -109,6 +109,16 @@
<action android:name="android.intent.action.APPLICATION_PREFERENCES" />
</intent-filter>
</activity>
<activity
android:name=".behavior.Behavior"
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>
<service
android:name=".feeds.rss.RssService"