mirror of
https://gitlab.com/Nanolx/NanoDroid
synced 2024-11-11 13:11:24 +00:00
Bromite System WebView does not (yet) support Android 10
This commit is contained in:
parent
b3e9ec5897
commit
888e65bbd4
@ -662,7 +662,12 @@ magisk_install_setup () {
|
|||||||
error "${MODID} can't be installed along side the Full package"
|
error "${MODID} can't be installed along side the Full package"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
NanoDroid_BromiteWebView | NanoDroid_OsmAnd )
|
NanoDroid_BromiteWebView )
|
||||||
|
[[ "${SDK_VERSION}" -ge 29 ]] && \
|
||||||
|
error "${MODID} can't be installed on Android 10 or newer"
|
||||||
|
;;
|
||||||
|
|
||||||
|
NanoDroid_OsmAnd )
|
||||||
true
|
true
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user