OSDN Git Service

DO NOT MERGE Allow "telecomm" service to be registered with the phone UID.
authorSantos Cordon <santoscordon@google.com>
Thu, 22 May 2014 05:58:55 +0000 (22:58 -0700)
committerJay Shrauner <shrauner@google.com>
Wed, 28 May 2014 04:50:04 +0000 (04:50 +0000)
Change-Id: I9180797451dcb2e9029b20bed47f5d5cb8cddb9f
(cherry picked from commit 3fb4de7193e582f9429f34ad0325e85ae514ece2)

cmds/servicemanager/service_manager.c

index cacbea0..b5d52dd 100644 (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;