app/src/main/AndroidManifest.xml aktualisiert

This commit is contained in:
2026-03-11 14:10:15 +00:00
parent 20fafd40dd
commit b9721df7ab

View File

@@ -26,6 +26,10 @@
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<service
android:name=".JarvisService"
android:enabled="true"
android:exported="false" />
</application>
</manifest>