Add support for "input" service running as user AID_INPUT

Change-Id: I8b6700c25ea2264fb3e1c16e18df281eb67b931f
This commit is contained in:
Mike Lockwood 2013-09-13 07:26:05 -07:00
parent 2285c008fa
commit 30a7d5a5a9
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ static struct {
{ AID_MEDIA, "media.camera" },
{ AID_MEDIA, "media.audio_policy" },
{ AID_AUDIO, "audio" },
{ AID_INPUT, "input" },
{ AID_DRM, "drm.drmManager" },
{ AID_NFC, "nfc" },
{ AID_BLUETOOTH, "bluetooth" },