在原开源项目(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 功能打包后下载
Improvements based on the original open-source project, with the following modifications:
-
Added an action, allowing you to fork and use GitHub to package without compiling yourself, making it easier for those without compilation conditions.
-
Added a persistent notification feature to keep the app running in the background permanently.
-
Star the project and fork it to your own repository.
-
Change the url at line 146 in app/java/com.example.test/MainActivity.java to the web address you want to package.
-
Modify the app name in app/res/values/strings.xml.
-
Use the action feature to package and download.。