Skip to content

Commit 84d3407

Browse files
committed
Make the NFC UID forward compatible.
Change-Id: I67316ee7906c29ba11ca7c8eb36ca1b736fe59b1
1 parent ea5d2c5 commit 84d3407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/java/android/os/Process.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public class Process {
8989
* Defines the UID/GID for the NFC service process.
9090
* @hide
9191
*/
92-
public static final int NFC_UID = 1023;
92+
public static final int NFC_UID = 1025;
9393

9494
/**
9595
* Defines the start of a range of UIDs (and GIDs), going from this

0 commit comments

Comments
 (0)