Skip to content

Commit

Permalink
add cambridge
Browse files Browse the repository at this point in the history
  • Loading branch information
Okuro3499 committed Sep 11, 2024
1 parent 3286e02 commit d6f1ba9
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
20 changes: 20 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,26 @@
<data android:host="192.168.100.178" />
<data android:pathPattern="/eng/login" />
</intent-filter>
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW" />

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

<data android:scheme="http" />
<data android:host="192.168.68.126" />
<data android:pathPattern="/eng/login" />
</intent-filter>
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW" />

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

<data android:scheme="https" />
<data android:host="planet.egdirbmac.ole.org" />
<data android:pathPattern="/eng/login" />
</intent-filter>
</activity>
<activity
android:name=".ui.sync.LoginActivity"
Expand Down
20 changes: 20 additions & 0 deletions app/src/main/AndroidManifest.xml.lite
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,26 @@
<data android:host="192.168.100.178" />
<data android:pathPattern="/eng/login" />
</intent-filter>
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW" />

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

<data android:scheme="http" />
<data android:host="192.168.68.126" />
<data android:pathPattern="/eng/login" />
</intent-filter>
<intent-filter android:autoVerify="true">
<action android:name="android.intent.action.VIEW" />

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

<data android:scheme="https" />
<data android:host="planet.egdirbmac.ole.org" />
<data android:pathPattern="/eng/login" />
</intent-filter>
</activity>
<activity
android:name=".ui.sync.LoginActivity"
Expand Down

0 comments on commit d6f1ba9

Please sign in to comment.