From 606d311b9a89e59ea0f5e1cfb98649b38ed16183 Mon Sep 17 00:00:00 2001 From: Lorenzo Colitti Date: Wed, 24 Jun 2015 14:37:29 +0900 Subject: [PATCH] Fix build. Per comments in http://ag/704632 , purgeResources was intended to be hidden. Bug: 18386420 Change-Id: Iced006878f86c6b7b15dd38f5e704a2f97aeeda5 --- core/java/android/app/Notification.java | 3 +++ 1 file changed, 3 insertions(+) diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java index af9decc5c5a2f..5cc98d5eb7a33 100644 --- a/core/java/android/app/Notification.java +++ b/core/java/android/app/Notification.java @@ -3797,6 +3797,9 @@ public class Notification implements Parcelable return wip; } + /** + * @hide + */ public void purgeResources() {} // The following methods are split out so we can re-create notification partially.