Some cruft removal.

Change-Id: If4a94bfd4a033748eb13e8f3ff25e24382746778
diff --git a/core/java/android/os/Process.java b/core/java/android/os/Process.java
index 0746af8..6139296 100644
--- a/core/java/android/os/Process.java
+++ b/core/java/android/os/Process.java
@@ -119,7 +119,7 @@
      * Last of application-specific UIDs starting at
      * {@link #FIRST_APPLICATION_UID}.
      */
-    public static final int LAST_APPLICATION_UID = 89999;
+    public static final int LAST_APPLICATION_UID = 19999;
 
     /**
      * First uid used for fully isolated sandboxed processes (with no permissions of their own)