disable superuser pending some discussion
This commit is contained in:
parent
d0bafb311e
commit
ba949e70f7
|
@ -1,16 +1,21 @@
|
||||||
|
Disabled:Pondering the wisdom of combining old app with new su
|
||||||
Category:System
|
Category:System
|
||||||
License:Apache2
|
License:Apache2
|
||||||
Web Site:http://androidsu.com/superuser
|
Web Site:http://androidsu.com/superuser
|
||||||
Source Code:https://github.com/ChainsDD/Superuser
|
Source Code:https://github.com/ChainsDD/Superuser
|
||||||
Issue Tracker:https://github.com/ChainsDD/Superuser/issues
|
Issue Tracker:https://github.com/ChainsDD/Superuser/issues
|
||||||
|
|
||||||
Summary:Grant and manage Superuser rights for your phone.
|
Summary:Manage su rights
|
||||||
Description:
|
Description:
|
||||||
Hook into your phone's power.
|
'''This app comes pre-installed on many custom roms. In that case, to upgrade, you would have to
|
||||||
|
remove the original from /system/app because it is signed with a different key.
|
||||||
|
We include this in the repo as it is the latest version for which full source code is available.'''
|
||||||
|
|
||||||
Any app that requires root access must call the su binary which in turn calls this app to prompt the user for permission. This app is also used to manage which apps have root permission as well as monitor their usage of the permission.
|
Any app that requires root access must call the su binary which in turn calls this app to prompt the
|
||||||
|
user for permission. This app is also used to manage which apps have root permission as well as
|
||||||
|
monitor their usage of the permission.
|
||||||
|
|
||||||
This app assumes you have the su binary installed (installing the su-binary is usually part of rooting your device).
|
This app assumes you have the su binary installed i.e. have root.
|
||||||
.
|
.
|
||||||
|
|
||||||
Requires Root:Yes
|
Requires Root:Yes
|
||||||
|
@ -18,10 +23,12 @@ Requires Root:Yes
|
||||||
Repo Type:git
|
Repo Type:git
|
||||||
Repo:https://github.com/ChainsDD/Superuser.git
|
Repo:https://github.com/ChainsDD/Superuser.git
|
||||||
|
|
||||||
# 3.0.7 with upstream build fixes
|
Build Version:3.0.7,41,912db6e5c08713c0,target=android-11,\
|
||||||
Build Version:3.0.7,41,912db6e5c08713c0b580b5656f35afd968e5e701,target=android-11,extlibs=android-support-v4/android-support-v4.jar
|
extlibs=android/android-support-v4.jar
|
||||||
|
Build Version:3.1.3,46,!blobs in source
|
||||||
|
|
||||||
Update Check Mode:Market
|
#Device variable for some reason
|
||||||
Current Version:3.0.7
|
Update Check Mode:None
|
||||||
Current Version Code:41
|
Current Version:3.1.3
|
||||||
|
Current Version Code:46
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue