First step syncronization implementation

This commit is contained in:
Koitharu
2022-04-28 15:02:29 +03:00
parent e34acf010e
commit 837fb91133
36 changed files with 1160 additions and 23 deletions

View File

@@ -0,0 +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:accountType="@string/account_type_sync"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name" />