Skip to content

Commit

Permalink
Custom scheme link
Browse files Browse the repository at this point in the history
  • Loading branch information
baudev authored Mar 22, 2020
1 parent 0d52d90 commit d956175
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 d956175

Please sign in to comment.