diff options
author | Ed Heyl <edheyl@google.com> | 2015-04-23 20:51:13 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2015-04-23 20:51:16 +0000 |
commit | a1ab2d37a055f9c2d623260b41ecff778fdf3aa2 (patch) | |
tree | 1d7daf560d9e79ada51bf62065c5e5fe4855b97a /core/java/android/app | |
parent | 9b045e5fbe748a0d5e1882f34495c5ec7186b601 (diff) | |
parent | cc5daf1be5bfc532ec03ebec5713f579d2a08e3e (diff) | |
download | frameworks_base-a1ab2d37a055f9c2d623260b41ecff778fdf3aa2.zip frameworks_base-a1ab2d37a055f9c2d623260b41ecff778fdf3aa2.tar.gz frameworks_base-a1ab2d37a055f9c2d623260b41ecff778fdf3aa2.tar.bz2 |
Merge "Quick build fix: Revert "Add pre-order as a pricing type for ContentInfoExtender""
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. */ |