OSDN Git Service

am ad91eee2: am 9c1ef098: Update the value for the NFC shared UID.
authorJeff Hamilton <jham@android.com>
Tue, 29 Mar 2011 23:28:49 +0000 (16:28 -0700)
committerAndroid Git Automerger <android-git-automerger@android.com>
Tue, 29 Mar 2011 23:28:49 +0000 (16:28 -0700)
* commit 'ad91eee2774e18204a14d473242efe5640b91152':
  Update the value for the NFC shared UID.

1  2 
core/java/android/os/Process.java

@@@ -95,15 -89,9 +95,15 @@@ public class Process 
       * Defines the UID/GID for the NFC service process.
       * @hide
       */
-     public static final int NFC_UID = 1022;
+     public static final int NFC_UID = 1023;
  
      /**
 +     * Defines the GID for the group that allows write access to the internal media storage.
 +     * @hide
 +     */
 +    public static final int MEDIA_RW_GID = 1023;
 +
 +    /**
       * Defines the start of a range of UIDs (and GIDs), going from this
       * number to {@link #LAST_APPLICATION_UID} that are reserved for assigning
       * to applications.