fixup BromiteWebView service.sh

merge-requests/23/head NanoDroid-20190805-22.3
Christopher Roy Bratusek 5 years ago
parent 92c2ae7d1f
commit b36f3b046d

@ -9,11 +9,15 @@
* fix default setting of `nanodroid-overlay` variable across packages
* fix downloading APKs from GitHub
* Magisk Module
* fix installing Bromite System WebView as user-app on first boot
### General Changes
* build-package
* support downloading APKs from GitLab
* improve checking NanoDroid integrity
* use cURL instead of wget for downloads
* Full, microG packages
* when installing Aurora Store, also install Aurora Services

@ -38,7 +38,7 @@ install_bromitewebview () {
# Bromite WebView needs to be installed as user app to prevent crashes
pm list packages -f | grep -q /data.*com.android.webview || \
pm install -r "${MODDIR}/system/app/BromiteWebView/BromiteWebView.apk" &
pm install -r "${MODDIR}/system/app/*/*.apk" &
}
case ${MODULE} in

Loading…
Cancel
Save