Skip to content

Commit

Permalink
Doc adjustments Chainfire#5
Browse files Browse the repository at this point in the history
  • Loading branch information
Chainfire committed Nov 24, 2018
1 parent 4e0f2f4 commit 607db34
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,8 @@ static Context getSystemContext() {
@SuppressLint("PrivateApi")
@SuppressWarnings({"JavaReflectionMemberAccess"})
private static Object getActivityManager() {
// We could possibly cast this to ActivityManager instead of Object, but we don't currently
// need that for our usage, and it would require retesting everything. Maybe ActivityManager
// is even wrong and it should be ActivityManagerService, for which we don't have the class
// definition anyway. TODO: investigate further.
// Return object is AIDL interface IActivityManager, not an ActivityManager or
// ActivityManagerService

synchronized (lock) {
if (oActivityManager != null) {
Expand Down

0 comments on commit 607db34

Please sign in to comment.