update:2021.01.27

fix:
add:增加应用信息上传
This commit is contained in:
2021-01-27 16:15:40 +08:00
parent 6d162f2152
commit ed60c37dba
16 changed files with 942 additions and 55 deletions

View File

@@ -9,7 +9,7 @@
<!-- A string pointer to the original app name string. This allows derived projects to
easily override the app name without providing all translations -->
<string name="derived_app_name" translatable="false">@string/app_name</string>
<string name="derived_app_name" translatable="false">@string/app_uiui</string>
<!-- String representing the intent for search on the apps market. To specify a query, add
q=<query> to the data to the intent -->

View File

@@ -23,6 +23,8 @@
<!-- Application name -->
<string name="app_name">Launcher3</string>
<string name="app_uiui">UIUIOS</string>
<!-- Default folder name -->
<string name="folder_name"></string>
<!-- Work folder name -->

4
res/xml/network.xml Normal file
View File

@@ -0,0 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<base-config cleartextTrafficPermitted="true" />
</network-security-config>