Made synchronization server address configurable

This commit is contained in:
Koitharu
2023-05-07 19:02:43 +03:00
parent 07aa04aa4d
commit 1ead369ee2
23 changed files with 425 additions and 165 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<account-authenticator
xmlns:android="http://schemas.android.com/apk/res/android"
android:accountPreferences="@xml/pref_sync"
android:accountPreferences="@xml/pref_sync_header"
android:accountType="@string/account_type_sync"
android:icon="@mipmap/ic_launcher_round"
android:label="@string/app_name" />