update 避免群重复创建;可回调获取群二维码;优化回退;其他稳定性优化

This commit is contained in:
尹甲仑
2022-07-04 11:51:50 +08:00
parent 5613725ccf
commit 7e71b8749b
16 changed files with 204 additions and 65 deletions

View File

@@ -27,7 +27,8 @@
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme"
android:usesCleartextTraffic="true">
android:usesCleartextTraffic="true"
android:requestLegacyExternalStorage="true">
<activity
android:name="org.yameida.worktool.activity.ListenActivity"