From 7e0f2ac42574b524d7b06afaf9221bde5d0af228 Mon Sep 17 00:00:00 2001 From: Jose Lima Date: Wed, 22 Apr 2015 13:07:43 -0700 Subject: Add pre-order as a pricing type for ContentInfoExtender Change-Id: I137d038c82342869dd104b178f1b11ba02fed07c --- core/java/android/app/Notification.java | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'core/java') diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java index e7f8f6d..2cf23af 100644 --- a/core/java/android/app/Notification.java +++ b/core/java/android/app/Notification.java @@ -5648,6 +5648,13 @@ public class Notification implements Parcelable /** * Value to be used with {@link #setPricingInformation} to indicate that the content + * referred by the notification item is available currently as a pre-order, and the price + * value provided is the purchase price for the item. + */ + public static final String CONTENT_PRICING_PREORDER = "android.contentPrice.preorder"; + + /** + * Value to be used with {@link #setPricingInformation} to indicate that the content * referred by the notification item is available as part of a subscription based service, * and the price value provided is the subscription price for the service. */ -- cgit v1.1