diff options
| -rw-r--r-- | core/java/android/os/Process.java | 2 |
1 files changed, 1 insertions, 1 deletions
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 |