Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b8e0e1d2 authored by Alex Johnston's avatar Alex Johnston Committed by Android (Google) Code Review
Browse files

Merge "Refactor caller identity checks"

parents 1cb4d40e de5182d2
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -58,4 +58,12 @@ class CallerIdentity {
    @Nullable public ComponentName getComponentName() {
        return mComponentName;
    }

    public boolean hasAdminComponent() {
        return mComponentName != null;
    }

    public boolean hasPackage() {
        return mPackageName != null;
    }
}
+139 −69

File changed.

Preview size limit exceeded, changes collapsed.