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

Commit 6541ef15 authored by Brian Carlstrom's avatar Brian Carlstrom
Browse files

Add keychain user

Change-Id: Id6738d7c97dd58b2043e2cba018797e3b2b4d77a
parent 18247d74
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -53,7 +53,7 @@
#define AID_KEYSTORE      1017  /* keystore subsystem */
#define AID_KEYSTORE      1017  /* keystore subsystem */
#define AID_USB           1018  /* USB devices */
#define AID_USB           1018  /* USB devices */
#define AID_DRM           1019  /* DRM server */
#define AID_DRM           1019  /* DRM server */
#define AID_AVAILABLE     1020  /* available for use */
#define AID_KEYCHAIN      1020  /* keychain service */
#define AID_GPS           1021  /* GPS daemon */
#define AID_GPS           1021  /* GPS daemon */
#define AID_UNUSED1       1022  /* deprecated, DO NOT USE */
#define AID_UNUSED1       1022  /* deprecated, DO NOT USE */
#define AID_MEDIA_RW      1023  /* internal media storage write access */
#define AID_MEDIA_RW      1023  /* internal media storage write access */
@@ -101,7 +101,7 @@ static const struct android_id_info android_ids[] = {
    { "install",   AID_INSTALL, },
    { "install",   AID_INSTALL, },
    { "media",     AID_MEDIA, },
    { "media",     AID_MEDIA, },
    { "drm",       AID_DRM, },
    { "drm",       AID_DRM, },
    { "available", AID_AVAILABLE, },
    { "keychain",  AID_KEYCHAIN, },
    { "nfc",       AID_NFC, },
    { "nfc",       AID_NFC, },
    { "shell",     AID_SHELL, },
    { "shell",     AID_SHELL, },
    { "cache",     AID_CACHE, },
    { "cache",     AID_CACHE, },