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

Commit 6b436464 authored by William Escande's avatar William Escande
Browse files

Javadoc on Method from api review

Add some specific info on checkPermissionForDataDeliveryFromDataSource
javadoc.
Fix: 204179567
Bug: 195144968
Test: build (it's only javadoc)

Change-Id: I6d4e5b9e06bf990b5e40eb727259dc79753d5eef
parent c2dc611a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -218,7 +218,8 @@ public final class PermissionManager {
    /**
     * Checks whether a given data access chain described by the given {@link AttributionSource}
     * has a given permission. Call this method if you are the datasource which would not blame you
     * for access to the data since you are the data.
     * for access to the data since you are the data. Use this API if you are the datasource of the
     * protected state.
     *
     * <strong>NOTE:</strong> Use this method only for permission checks at the
     * point where you will deliver the permission protected data to clients.