Remove intents

This commit is contained in:
estevez-dev
2019-09-30 20:30:52 +03:00
parent cbbdb754aa
commit 92165aa7ed
2 changed files with 0 additions and 28 deletions

View File

@ -53,14 +53,6 @@
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data
android:scheme="haclient" />
</intent-filter>
<service
android:name="io.flutter.plugins.androidalarmmanager.AlarmService"