add intent filter

This commit is contained in:
Adam Velebil 2022-09-30 13:56:36 +02:00
parent 33f8bab630
commit f99742b588
No known key found for this signature in database
GPG Key ID: AC6D6B9D715FC084

View File

@ -35,10 +35,20 @@
<meta-data
android:name="io.flutter.embedding.android.NormalTheme"
android:resource="@style/NormalTheme" />
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<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="otpauth" />
</intent-filter>
</activity>
<activity-alias