OSDN Git Service

check superuser on boot. but do it nicely... with a notification. and back off if...
authorKoushik Dutta <koushd@gmail.com>
Mon, 4 Mar 2013 00:42:54 +0000 (16:42 -0800)
committerKoushik Dutta <koushd@gmail.com>
Mon, 4 Mar 2013 00:42:54 +0000 (16:42 -0800)
commitdb466b7e2b9bd071284752a6ba34015282c8b9aa
tree916ba84db04106119d7be57cc39635bc06606537
parentec3ec354ed4b3d3d5e2a8605fb4a0b7ddcb6d4b0
check superuser on boot. but do it nicely... with a notification. and back off if notification is deleted.

Change-Id: Iae03c53aca95209933b9c80c0761d179208ac97d
Superuser/AndroidManifest.xml
Superuser/res/values/strings.xml
Superuser/src/com/koushikdutta/superuser/MainActivity.java
Superuser/src/com/koushikdutta/superuser/SuCheckerReceiver.java [new file with mode: 0644]
Superuser/src/com/koushikdutta/superuser/util/Settings.java
Superuser/src/com/koushikdutta/superuser/util/SuHelper.java [new file with mode: 0644]