Add notification lifecycle test helper

This commit is contained in:
ajp_anton
2026-07-23 10:27:20 +00:00
parent 8570f65d09
commit 2709c2e92d
4 changed files with 23 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"><uses-permission android:name="android.permission.POST_NOTIFICATIONS"/><application android:theme="@style/Theme.AppCompat.DayNight"><activity android:name=".MainActivity" android:exported="true"><intent-filter><action android:name="android.intent.action.MAIN"/><category android:name="android.intent.category.LAUNCHER"/></intent-filter></activity></application></manifest>