From 84d340781b1e148ead9fb4790755737c9dcc1cde Mon Sep 17 00:00:00 2001 From: Jeff Hamilton Date: Fri, 1 Apr 2011 13:43:28 -0500 Subject: [PATCH] Make the NFC UID forward compatible. Change-Id: I67316ee7906c29ba11ca7c8eb36ca1b736fe59b1 --- 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 29ea727866e2..e1fdfb6d3e1d 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 = 1023; + public static final int NFC_UID = 1025; /** * Defines the start of a range of UIDs (and GIDs), going from this -- 2.11.0