update:2021.01.27
fix: add:增加应用信息上传
This commit is contained in:
@@ -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 -->
|
||||
|
||||
@@ -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
4
res/xml/network.xml
Normal file
@@ -0,0 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<network-security-config>
|
||||
<base-config cleartextTrafficPermitted="true" />
|
||||
</network-security-config>
|
||||
Reference in New Issue
Block a user