This commit is contained in:
2023-10-05 14:12:03 +08:00
parent 41b5ab93dc
commit d82f89f11c
63 changed files with 2221 additions and 323 deletions

View File

@@ -112,8 +112,18 @@
<activity
android:name=".activity.message.ChatActivity"
android:screenOrientation="fullSensor"
android:windowSoftInputMode="stateHidden|adjustResize"/>
<provider
android:name="androidx.core.content.FileProvider"
android:authorities="com.shayu.onetoone.fileprovider"
android:exported="false"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/file_paths" />
</provider>
<meta-data
android:name="SERVER_HOST"
android:value="${serverHost}" />