Skip to content

Commit 043a8b1

Browse files
Nick PellyAndroid (Google) Code Review
authored andcommitted
Merge "Replace vendor specific NfcGoogle.apk with generic Nfc.apk" into ics-mr1
2 parents b8d20d0 + a5cb9f4 commit 043a8b1

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
@@ -101,7 +101,7 @@ public class Process {
101101
* Defines the UID/GID for the NFC service process.
102102
* @hide
103103
*/
104-
public static final int NFC_UID = 1025;
104+
public static final int NFC_UID = 1027;
105105

106106
/**
107107
* Defines the GID for the group that allows write access to the internal media storage.

0 commit comments

Comments
 (0)