Skip to content

Commit 4f008d3

Browse files
committed
update
1 parent f32f1aa commit 4f008d3

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,10 @@
1818
<meta-data
1919
android:name="io.flutter.app.android.SplashScreenUntilFirstFrame"
2020
android:value="true" />
21-
2221
<intent-filter>
2322
<action android:name="android.intent.action.MAIN" />
2423
<category android:name="android.intent.category.LAUNCHER" />
2524
</intent-filter>
26-
<intent-filter>
27-
<action android:name="FLUTTER_NOTIFICATION_CLICK" />
28-
<category android:name="android.intent.category.DEFAULT" />
29-
</intent-filter>
3025
</activity>
3126
</application>
3227
</manifest>

0 commit comments

Comments
 (0)