Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 1.2 KB

README.md

File metadata and controls

35 lines (18 loc) · 1.2 KB

android-webView-H5

在原开源项目(android-webView-H5 )的基础上进行完善,修改如下:

1、增加了 action,无需自己编译就可以 folk 以后利用 github 给你打包,方便没有条件编译的人使用

2、增加了常驻通知栏的功能,让应用永久在后台运行

使用

1、收藏项目,folk 到自己仓库

2、把 app/java/com.example.test/MainActivity.java 里面第 146 行的 url 改成你要打包的网页地址

3、在 app/res/values/strings.xml 中修改应用名称

4、使用 action 功能打包后下载

android-webView-H5

Improvements based on the original open-source project, with the following modifications:

  1. Added an action, allowing you to fork and use GitHub to package without compiling yourself, making it easier for those without compilation conditions.

  2. Added a persistent notification feature to keep the app running in the background permanently.

Usage

  1. Star the project and fork it to your own repository.

  2. Change the url at line 146 in app/java/com.example.test/MainActivity.java to the web address you want to package.

  3. Modify the app name in app/res/values/strings.xml.

  4. Use the action feature to package and download.。