Superuser: enable build, clarify description
This commit is contained in:
parent
1f3fb14767
commit
af2fb63938
|
@ -7,9 +7,8 @@ Issue Tracker:https://github.com/phhusson/Superuser/issues
|
|||
Auto Name:Superuser
|
||||
Summary:Manage root access
|
||||
Description:
|
||||
An app to allow or forbid apps' requests to run as root. The entire app can be
|
||||
built from source with the Android SDK and NDK, including the '''su''' binary
|
||||
which is bundled within and copied to /system when the prompts are followed.
|
||||
An app to allow or forbid apps' requests to run as root. Note that this app
|
||||
doesn't include the '''su''' binary, so your device must already be rooted.
|
||||
|
||||
You must already have root for this to work, because it leverages the existing
|
||||
su and Superuser app to install itself. However, if you know what you are doing
|
||||
|
@ -26,13 +25,11 @@ Repo Type:git
|
|||
Repo:https://github.com/phhusson/Superuser.git
|
||||
|
||||
Build:1.0.3.0,1030
|
||||
disable=native binaries are missing from the resulting apk
|
||||
commit=stableL-0.0.1
|
||||
subdir=Superuser
|
||||
submodules=yes
|
||||
gradle=yes
|
||||
rm=Superuser/jni/libsepol/src/libsepol.a,Superuser/jni/libsepol/src/libsepol.so.1
|
||||
buildjni=yes
|
||||
rm=Superuser/jni
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
|
|
Loading…
Reference in a new issue