mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-05 13:02:54 +00:00
build: move app host to strings.xml
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<action android:name="android.intent.action.VIEW" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.BROWSABLE" />
|
||||
<data android:host="mobile.app.uni-frankfurt.de" android:scheme="https" />
|
||||
<data android:host="@string/app_host" android:scheme="https" />
|
||||
</intent-filter>
|
||||
</activity>
|
||||
<provider android:authorities="${applicationId}.fileprovider" android:exported="false" android:grantUriPermissions="true" android:name="androidx.core.content.FileProvider">
|
||||
|
||||
@@ -4,4 +4,5 @@
|
||||
<string name="title_activity_main">StApps</string>
|
||||
<string name="package_name">de.anyschool.app</string>
|
||||
<string name="custom_url_scheme">de.anyschool.app</string>
|
||||
<string name="app_host">mobile.app.uni-frankfurt.de</string>
|
||||
</resources>
|
||||
|
||||
Reference in New Issue
Block a user