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

Commit 38c573fe authored by Gustav Sennton's avatar Gustav Sennton Committed by Android (Google) Code Review
Browse files

Merge "Add javadoc for Notification.getAllowSystemGeneratedContextualActions()"

parents 44d1fcdf 79ebf4bf
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -3130,6 +3130,10 @@ public class Notification implements Parcelable
        return mAppOverlayIntent;
        return mAppOverlayIntent;
    }
    }


    /**
     * Returns whether the platform is allowed (by the app developer) to generate contextual actions
     * for this notification.
     */
    public boolean getAllowSystemGeneratedContextualActions() {
    public boolean getAllowSystemGeneratedContextualActions() {
        return mAllowSystemGeneratedContextualActions;
        return mAllowSystemGeneratedContextualActions;
    }
    }