Skip to content

Commit

Permalink
Merge pull request #14 from baudev/patch-2
Browse files Browse the repository at this point in the history
Custom scheme link
  • Loading branch information
JairajJangle authored Mar 25, 2020
2 parents 3ea729b + d956175 commit 36d6cf9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<action android:name="android.intent.action.VIEW" />

<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="motioneye"/>

<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
Expand Down Expand Up @@ -78,4 +82,4 @@
android:theme="@style/PreferenceScreen"/>
</application>

</manifest>
</manifest>

0 comments on commit 36d6cf9

Please sign in to comment.