diff options
author | Ed Heyl <edheyl@google.com> | 2015-04-23 20:50:44 +0000 |
---|---|---|
committer | Ed Heyl <edheyl@google.com> | 2015-04-23 20:50:44 +0000 |
commit | cc5daf1be5bfc532ec03ebec5713f579d2a08e3e (patch) | |
tree | be919c008d4814976dece62f9dbb59b115148a8b /core/java/android/app | |
parent | 7e0f2ac42574b524d7b06afaf9221bde5d0af228 (diff) | |
download | frameworks_base-cc5daf1be5bfc532ec03ebec5713f579d2a08e3e.zip frameworks_base-cc5daf1be5bfc532ec03ebec5713f579d2a08e3e.tar.gz frameworks_base-cc5daf1be5bfc532ec03ebec5713f579d2a08e3e.tar.bz2 |
Quick build fix: Revert "Add pre-order as a pricing type for ContentInfoExtender"
This reverts commit 7e0f2ac42574b524d7b06afaf9221bde5d0af228.
Change-Id: I52285a668ccfce547a398e1d6b40594dc99745f0
Diffstat (limited to 'core/java/android/app')
-rw-r--r-- | core/java/android/app/Notification.java | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java index 2cf23af..e7f8f6d 100644 --- a/core/java/android/app/Notification.java +++ b/core/java/android/app/Notification.java @@ -5648,13 +5648,6 @@ 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. */ |