update 消息at多人;发送任意文件;修改群备注;优化交互提醒
update ws断开重连时间优化;未登录提示;返回增加关闭关键词
This commit is contained in:
@@ -60,6 +60,16 @@
|
||||
android:resource="@xml/accessibility_service_config" />
|
||||
</service>
|
||||
|
||||
<provider
|
||||
android:name=".utils.GenericFileProvider"
|
||||
android:authorities="org.yameida.worktool.fileprovider"
|
||||
android:exported="false"
|
||||
android:grantUriPermissions="true">
|
||||
<meta-data
|
||||
android:name="android.support.FILE_PROVIDER_PATHS"
|
||||
android:resource="@xml/provider_paths" />
|
||||
</provider>
|
||||
|
||||
<meta-data android:name="TD_APP_ID" android:value="80E9C84E39904DAFB28562910FF7C86C" />
|
||||
<meta-data android:name="TD_CHANNEL_ID" android:value="worktool_master" />
|
||||
</application>
|
||||
|
||||
Reference in New Issue
Block a user