| @@ -21,8 +21,8 @@ | |||||
| <application | <application | ||||
| android:requestLegacyExternalStorage="true" | android:requestLegacyExternalStorage="true" | ||||
| android:allowBackup="true" | android:allowBackup="true" | ||||
| android:icon="@mipmap/ic_launcher_yhzl" | |||||
| android:roundIcon="@mipmap/ic_launcher_yhzl_round" | |||||
| android:icon="@mipmap/ic_launcher_zjddc" | |||||
| android:roundIcon="@mipmap/ic_launcher_zjddc_round" | |||||
| android:label="@string/app_name" | android:label="@string/app_name" | ||||
| android:supportsRtl="true" | android:supportsRtl="true" | ||||
| android:usesCleartextTraffic="true" | android:usesCleartextTraffic="true" | ||||
| @@ -43,7 +43,7 @@ public class FullscreenActivity extends AppCompatActivity { | |||||
| .interceptUnkownUrl() //拦截找不到相关页面的Url AgentWeb 3.0.0 加入。 | .interceptUnkownUrl() //拦截找不到相关页面的Url AgentWeb 3.0.0 加入。 | ||||
| .createAgentWeb()//创建AgentWeb。 | .createAgentWeb()//创建AgentWeb。 | ||||
| .ready()//设置 WebSettings。 | .ready()//设置 WebSettings。 | ||||
| .go("http://218.59.175.43:71/yinnongLogin"); //WebView载入该url地址的页面并显示。 | |||||
| .go("http://218.59.175.43:71/homesteadLogin"); //WebView载入该url地址的页面并显示。 | |||||
| /* 上边url是各个APP项目的入口地址 | /* 上边url是各个APP项目的入口地址 | ||||
| 事项审批 http://116.255.223.226:82/yinnongLogin 图标 ic_launcher_sxsp 或者 ic_launcher_yhzl | 事项审批 http://116.255.223.226:82/yinnongLogin 图标 ic_launcher_sxsp 或者 ic_launcher_yhzl | ||||
| @@ -1,6 +1,6 @@ | |||||
| <resources> | <resources> | ||||
| <!--下边是APP安装后的显示名称文字--> | <!--下边是APP安装后的显示名称文字--> | ||||
| <string name="app_name">银农直连</string> | |||||
| <string name="app_name">宅基地</string> | |||||
| <string name="dummy_button">Dummy Button</string> | <string name="dummy_button">Dummy Button</string> | ||||
| <string name="dummy_content">DUMMY\nCONTENT</string> | <string name="dummy_content">DUMMY\nCONTENT</string> | ||||
| </resources> | </resources> | ||||