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

Commit 79ebf4bf authored by Gustav Sennton's avatar Gustav Sennton
Browse files

Add javadoc for Notification.getAllowSystemGeneratedContextualActions()

Bug: 121188848
Test: N/A
Change-Id: I66c3403fb55833494572fc5d85073a631c8212fb
parent a62790c2
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;
    }
    }