Fix build.

Per comments in http://ag/704632 , purgeResources was intended to
be hidden.

Bug: 18386420
Change-Id: Iced006878f86c6b7b15dd38f5e704a2f97aeeda5
This commit is contained in:
Lorenzo Colitti
2015-06-24 14:37:29 +09:00
parent 1d3e3ca157
commit 606d311b9a

View File

@@ -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.