From 9c1ef098837bd73044cb970545344dd03f66daa0 Mon Sep 17 00:00:00 2001 From: Jeff Hamilton Date: Thu, 24 Mar 2011 21:39:58 -0500 Subject: Update the value for the NFC shared UID. Change-Id: Id25e1c9f0c074d17440838a9da7bf59619726832 --- core/java/android/os/Process.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/java/android/os/Process.java b/core/java/android/os/Process.java index a718fc6925b6..29ea727866e2 100644 --- a/core/java/android/os/Process.java +++ b/core/java/android/os/Process.java @@ -89,7 +89,7 @@ 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 start of a range of UIDs (and GIDs), going from this -- cgit v1.2.3-59-g8ed1b