Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 18247d74 authored by Jeff Hamilton's avatar Jeff Hamilton Committed by Android Git Automerger
Browse files

am ee3420bc: resolved conflicts for merge of 65475f89 to honeycomb-plus-aosp

* commit 'ee3420bc':
  Make the NFC UID forward compatible.
parents 32e834b6 ee3420bc
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -55,9 +55,10 @@
#define AID_DRM           1019  /* DRM server */
#define AID_AVAILABLE     1020  /* available for use */
#define AID_GPS           1021  /* GPS daemon */
#define AID_NFC           1022  /* nfc subsystem */
#define AID_UNUSED1       1022  /* deprecated, DO NOT USE */
#define AID_MEDIA_RW      1023  /* internal media storage write access */
#define AID_MTP           1024  /* MTP USB driver access */
#define AID_NFC           1025  /* nfc subsystem */

#define AID_SHELL         2000  /* adb and debug shell user */
#define AID_CACHE         2001  /* cache access */