From 4be8c4cc4c8ba29d44e7926e54972fe1b0e20435 Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Wed, 13 May 2015 17:35:42 -0700 Subject: [PATCH] Fix build. Change-Id: I94c7e3033721c1d8024a212614752512e685289b --- api/system-current.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/api/system-current.txt b/api/system-current.txt index c6ec9b8478660..f6843eaf03746 100644 --- a/api/system-current.txt +++ b/api/system-current.txt @@ -3660,6 +3660,7 @@ package android.app { method public int getMemoryClass(); method public void getMemoryInfo(android.app.ActivityManager.MemoryInfo); method public static void getMyMemoryState(android.app.ActivityManager.RunningAppProcessInfo); + method public int getPackageImportance(java.lang.String); method public android.os.Debug.MemoryInfo[] getProcessMemoryInfo(int[]); method public java.util.List getProcessesInErrorState(); method public deprecated java.util.List getRecentTasks(int, int) throws java.lang.SecurityException;