Loading core/java/android/app/Notification.java +4 −0 Original line number Diff line number Diff line Loading @@ -3130,6 +3130,10 @@ public class Notification implements Parcelable return mAppOverlayIntent; } /** * Returns whether the platform is allowed (by the app developer) to generate contextual actions * for this notification. */ public boolean getAllowSystemGeneratedContextualActions() { return mAllowSystemGeneratedContextualActions; } Loading Loading
core/java/android/app/Notification.java +4 −0 Original line number Diff line number Diff line Loading @@ -3130,6 +3130,10 @@ public class Notification implements Parcelable return mAppOverlayIntent; } /** * Returns whether the platform is allowed (by the app developer) to generate contextual actions * for this notification. */ public boolean getAllowSystemGeneratedContextualActions() { return mAllowSystemGeneratedContextualActions; } Loading