Merge branch 'Sudoku-v3.0' of https://github.com/SecUSo/privacy-friendly-sudoku into Sudoku-v3.0
This commit is contained in:
commit
093c22e339
1 changed files with 7 additions and 2 deletions
|
@ -50,15 +50,20 @@
|
||||||
|
|
||||||
<category android:name="android.intent.category.DEFAULT" />
|
<category android:name="android.intent.category.DEFAULT" />
|
||||||
<category android:name="android.intent.category.BROWSABLE" />
|
<category android:name="android.intent.category.BROWSABLE" />
|
||||||
|
<data
|
||||||
|
android:scheme="sudoku" />
|
||||||
|
</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
|
<data
|
||||||
android:host="sudoku.secuso.org"
|
android:host="sudoku.secuso.org"
|
||||||
android:scheme="http" />
|
android:scheme="http" />
|
||||||
<data
|
<data
|
||||||
android:host="sudoku.secuso.org"
|
android:host="sudoku.secuso.org"
|
||||||
android:scheme="https" />
|
android:scheme="https" />
|
||||||
<data
|
|
||||||
android:scheme="sudoku.secuso.org" />
|
|
||||||
</intent-filter>
|
</intent-filter>
|
||||||
</activity>
|
</activity>
|
||||||
<activity android:name="org.secuso.privacyfriendlysudoku.ui.AboutActivity" />
|
<activity android:name="org.secuso.privacyfriendlysudoku.ui.AboutActivity" />
|
||||||
|
|
Loading…
Reference in a new issue