From cc5daf1be5bfc532ec03ebec5713f579d2a08e3e Mon Sep 17 00:00:00 2001 From: Ed Heyl Date: Thu, 23 Apr 2015 20:50:44 +0000 Subject: [PATCH] Quick build fix: Revert "Add pre-order as a pricing type for ContentInfoExtender" This reverts commit 7e0f2ac42574b524d7b06afaf9221bde5d0af228. Change-Id: I52285a668ccfce547a398e1d6b40594dc99745f0 --- core/java/android/app/Notification.java | 7 ------- 1 file changed, 7 deletions(-) diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java index 2cf23afa23af8..e7f8f6d6fb3c8 100644 --- a/core/java/android/app/Notification.java +++ b/core/java/android/app/Notification.java @@ -5646,13 +5646,6 @@ public class Notification implements Parcelable */ public static final String CONTENT_PRICING_PURCHASE = "android.contentPrice.purchase"; - /** - * 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,