diff options
author | Lorenzo Colitti <lorenzo@google.com> | 2015-06-24 14:37:29 +0900 |
---|---|---|
committer | Lorenzo Colitti <lorenzo@google.com> | 2015-06-24 14:37:29 +0900 |
commit | 606d311b9a89e59ea0f5e1cfb98649b38ed16183 (patch) | |
tree | 16fa58d988b3f4b6b2b4489e20d4b063f0430603 | |
parent | 1d3e3ca157849e772bce2f8ffc63d7550d7454f1 (diff) | |
download | frameworks_base-606d311b9a89e59ea0f5e1cfb98649b38ed16183.zip frameworks_base-606d311b9a89e59ea0f5e1cfb98649b38ed16183.tar.gz frameworks_base-606d311b9a89e59ea0f5e1cfb98649b38ed16183.tar.bz2 |
Fix build.
Per comments in http://ag/704632 , purgeResources was intended to
be hidden.
Bug: 18386420
Change-Id: Iced006878f86c6b7b15dd38f5e704a2f97aeeda5
-rw-r--r-- | core/java/android/app/Notification.java | 3 |
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. |