diff --git a/README.md b/README.md index 52db638..8d971a5 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ - Support both ARM64 and x64 - Support all OpenGApps variants except for aroma (aroma does not support x86_64, please use super instead) - Fix external storage access of DocumentUI +- Fix VPN dialog not showing (use our [VpnDialogs app](https://github.com/LSPosed/VpnDialogs)) - Unattended installation - Automatically activates developers mode in Windows 11 - Update to new version while preserving data with one-click script diff --git a/arm64/system/system/priv-app/VpnDialogs/VpnDialogs.apk b/arm64/system/system/priv-app/VpnDialogs/VpnDialogs.apk new file mode 100644 index 0000000..4179a48 Binary files /dev/null and b/arm64/system/system/priv-app/VpnDialogs/VpnDialogs.apk differ diff --git a/x64/system/system/priv-app/VpnDialogs/VpnDialogs.apk b/x64/system/system/priv-app/VpnDialogs/VpnDialogs.apk new file mode 100644 index 0000000..4179a48 Binary files /dev/null and b/x64/system/system/priv-app/VpnDialogs/VpnDialogs.apk differ