This commit is contained in:
estevez-dev
2019-03-18 23:37:45 +02:00
parent 5140840d3a
commit d70ba0a55a
10 changed files with 103 additions and 4 deletions

View File

@ -30,6 +30,10 @@
<meta-data
android:name="io.flutter.app.android.SplashScreenUntilFirstFrame"
android:value="true" />
<intent-filter>
<action android:name="FLUTTER_NOTIFICATION_CLICK" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>