Releases: vekendianorg/pivot
Releases · vekendianorg/pivot
Release list
Pivot v1.3
Bumped minSdk to 11
New perms:
- android.permission.MANAGE_EXTERNAL_STORAGE
- android.permission.QUERY_ALL_PACKAGES
Improved Ui class (more Void support)
Improved Zip class (binary support)
Improved UI
Custom Icons
2 Daemon Variant.
- Original Daemon
- Modded Daemon
ME v1.2
Added Shell class (org.vekendian.Shell)
Example Usage:
Shell = luajava.bindClass("org.vekendian.Shell")
local su = Shell.su("id")
local sh = Shell.sh("id")
print(su, sh)If you're using the script named Void (>=1. 0.17) by us (Vekendian), this class is a new requirement.