We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49fc519 commit efabb45Copy full SHA for efabb45
activity.cpp
@@ -1,8 +1,8 @@
1
#include <unistd.h>
2
#include <android_runtime/ActivityManager.h>
3
-#include <binder/IBinder.h>
4
-#include <binder/IServiceManager.h>
5
-#include <binder/Parcel.h>
+#include <utils/IBinder.h>
+#include <utils/IServiceManager.h>
+#include <utils/Parcel.h>
6
#include <utils/String8.h>
7
#include <assert.h>
8
su.h
@@ -12,7 +12,7 @@
12
13
#define DEFAULT_COMMAND "/system/bin/sh"
14
15
-#define VERSION "2.3.1-efg"
+#define VERSION "2.3.1-cd"
16
17
struct su_initiator {
18
pid_t pid;
0 commit comments