Loading core/java/android/app/Notification.java +4 −0 Original line number Original line Diff line number Diff line Loading @@ -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; } } Loading Loading
core/java/android/app/Notification.java +4 −0 Original line number Original line Diff line number Diff line Loading @@ -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; } } Loading