summaryrefslogtreecommitdiffstats
path: root/api
diff options
context:
space:
mode:
authorDianne Hackborn <hackbod@google.com>2013-06-26 15:08:19 -0700
committerDianne Hackborn <hackbod@google.com>2013-06-26 15:50:02 -0700
commitb4e12494935697fa4ede006b37e6be889ef27109 (patch)
tree27f3054978a9bdae57557146c448a216cb94d70e /api
parent49a31e0d67042886c1b2f5bedd6d0dfafda8a021 (diff)
downloadframeworks_base-b4e12494935697fa4ede006b37e6be889ef27109.zip
frameworks_base-b4e12494935697fa4ede006b37e6be889ef27109.tar.gz
frameworks_base-b4e12494935697fa4ede006b37e6be889ef27109.tar.bz2
Add new ActivityManager.isLowRamDevice().
This and the old isHighEndGfx() is set up through a device configuration, rather than trying to compute it automatically. Change-Id: Ibc95c05791023a7ae6c88555b75bb61f2b613991
Diffstat (limited to 'api')
-rw-r--r--api/current.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/current.txt b/api/current.txt
index 8d11dd0..6ca774a 100644
--- a/api/current.txt
+++ b/api/current.txt
@@ -2904,6 +2904,7 @@ package android.app {
method public android.app.PendingIntent getRunningServiceControlPanel(android.content.ComponentName) throws java.lang.SecurityException;
method public java.util.List<android.app.ActivityManager.RunningServiceInfo> getRunningServices(int) throws java.lang.SecurityException;
method public java.util.List<android.app.ActivityManager.RunningTaskInfo> getRunningTasks(int) throws java.lang.SecurityException;
+ method public boolean isLowRamDevice();
method public static boolean isRunningInTestHarness();
method public static boolean isUserAMonkey();
method public void killBackgroundProcesses(java.lang.String);