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

Commit 016806a7 authored by Doug Zongker's avatar Doug Zongker
Browse files

change AID_LOOP_RADIO uid assignment

1029 was taken by an AOSP change; use 1030 instead.

Change-Id: Icfe19a5638a4c98a3e2694c0402d19b49b8face9
parent 0fe9742e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@
#define AID_DRMRPC        1026  /* group for drm rpc */
#define AID_NFC           1027  /* nfc subsystem */
#define AID_SDCARD_R      1028  /* external storage read access */
#define AID_LOOP_RADIO    1029  /* loop radio devices */
#define AID_LOOP_RADIO    1030  /* loop radio devices */

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