Skip to content

Commit a5cb9f4

Browse files
author
Nick Pelly
committed
Replace vendor specific NfcGoogle.apk with generic Nfc.apk
The access control changes allow us to just use Nfc.apk with the regular platform certificate, instead of the custom signed NfcGoogle.apk. So we can compeltely get rid of vendor/google/apps/NfcGoogle and just build it out of packages/apps/Nfc now. The package name is also reverted from com.android.nfc3 to com.android.nfc The NFC uid needs to get bumped (25 to 27) to allow the cert change. Bug: 5608249 Change-Id: I09a81a896ff3cceb5a8de331d3399921b870932a
1 parent a5193b2 commit a5cb9f4

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)