From a25a8b289bacce6dbaac2e71cd981d9eba06c959 Mon Sep 17 00:00:00 2001 From: Dianne Hackborn Date: Fri, 30 May 2014 12:30:35 -0700 Subject: Mark getRecentTasks() and getRunningTasks() as deprecated. Change-Id: Idba79d7a4c0b9f0929f8dd27f25bd6aa548f5622 --- api/current.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'api') diff --git a/api/current.txt b/api/current.txt index 3c95508..337993d 100644 --- a/api/current.txt +++ b/api/current.txt @@ -3425,11 +3425,11 @@ package android.app { method public static void getMyMemoryState(android.app.ActivityManager.RunningAppProcessInfo); method public android.os.Debug.MemoryInfo[] getProcessMemoryInfo(int[]); method public java.util.List getProcessesInErrorState(); - method public java.util.List getRecentTasks(int, int) throws java.lang.SecurityException; + method public deprecated java.util.List getRecentTasks(int, int) throws java.lang.SecurityException; method public java.util.List getRunningAppProcesses(); method public android.app.PendingIntent getRunningServiceControlPanel(android.content.ComponentName) throws java.lang.SecurityException; method public java.util.List getRunningServices(int) throws java.lang.SecurityException; - method public java.util.List getRunningTasks(int) throws java.lang.SecurityException; + method public deprecated java.util.List getRunningTasks(int) throws java.lang.SecurityException; method public boolean isLowRamDevice(); method public static boolean isRunningInTestHarness(); method public static boolean isUserAMonkey(); -- cgit v1.1