summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--core/java/android/app/Notification.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/java/android/app/Notification.java b/core/java/android/app/Notification.java
index af9decc..5cc98d5 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.