Skip to content

Commit b54e312

Browse files
committed
Doc adjustments Chainfire#4
1 parent e863638 commit b54e312

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

librootjava/src/main/java/eu/chainfire/librootjava/Reflection.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,9 @@ static Context getSystemContext() {
7474
@SuppressWarnings({"JavaReflectionMemberAccess"})
7575
private static Object getActivityManager() {
7676
// We could possibly cast this to ActivityManager instead of Object, but we don't currently
77-
// need that for our usage, and it would require retesting everything
77+
// need that for our usage, and it would require retesting everything. Maybe ActivityManager
78+
// is even wrong and it should be ActivityManagerService, for which we don't have the class
79+
// definition anyway. TODO: investigate further.
7880

7981
synchronized (lock) {
8082
if (oActivityManager != null) {

0 commit comments

Comments
 (0)