mirror of
https://github.com/oxen-io/session-android.git
synced 2025-12-11 21:01:49 +00:00
restructure and unite service android/java to libsignal
This commit is contained in:
8
app/src/main/res/xml/syncadapter.xml
Normal file
8
app/src/main/res/xml/syncadapter.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<sync-adapter xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:contentAuthority="com.android.contacts"
|
||||
android:accountType="org.thoughtcrime.securesms"
|
||||
android:userVisible="true"
|
||||
android:supportsUploading="true"
|
||||
android:allowParallelSyncs="false"
|
||||
android:isAlwaysSyncable="true"/>
|
||||
Reference in New Issue
Block a user