Merge "Allow "telecomm" service to be registered with the phone UID."

This commit is contained in:
Santos Cordon 2014-05-22 21:21:29 +00:00 committed by Android (Google) Code Review
commit 9bf29a81df
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ static struct {
{ AID_MEDIA, "common_time.clock" },
{ AID_MEDIA, "common_time.config" },
{ AID_KEYSTORE, "android.security.keystore" },
{ AID_RADIO, "telecomm" },
};
uint32_t svcmgr_handle;