File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -216,13 +216,13 @@ abstract class GenerateDeepLinkManifestTask : DefaultTask() {
216216<?xml version="1.0" encoding="utf-8"?>
217217<manifest xmlns:android="http://schemas.android.com/apk/res/android">
218218 <application>
219- <activity android:name="dev.dimension.flare.MainActivity">
219+ <activity android:name="dev.dimension.flare.MainActivity" android:exported="true" >
220220 <intent-filter android:autoVerify="false">
221221 <action android:name="android.intent.action.VIEW"/>
222222 <category android:name="android.intent.category.DEFAULT"/>
223223 <category android:name="android.intent.category.BROWSABLE"/>
224224 <data android:scheme="https" />
225- $dataTags
225+ $dataTags
226226 </intent-filter>
227227 </activity>
228228 </application>
You can’t perform that action at this time.
0 commit comments