diff options
Diffstat (limited to 'core/java')
| -rw-r--r-- | core/java/android/os/Process.java | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/core/java/android/os/Process.java b/core/java/android/os/Process.java index 631edd6..057f516 100644 --- a/core/java/android/os/Process.java +++ b/core/java/android/os/Process.java @@ -892,19 +892,6 @@ public class Process { } /** - * Set the out-of-memory badness adjustment for a process. - * - * @param pid The process identifier to set. - * @param amt Adjustment value -- linux allows -16 to +15. - * - * @return Returns true if the underlying system supports this - * feature, else false. - * - * {@hide} - */ - public static final native boolean setOomAdj(int pid, int amt); - - /** * Adjust the swappiness level for a process. * * @param pid The process identifier to set. |
