Skip to content

Commit 152977d

Browse files
committed
Provide permission for graphics to set service.bootanim.exit prop
Change-Id: If23d14172022907fcefdcf7430904eb560d4d64c
1 parent 943dba1 commit 152977d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

init/property_service.c

+1
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ struct {
9292
{ "persist.service.", AID_RADIO, 0 },
9393
{ "persist.security.",AID_SYSTEM, 0 },
9494
{ "net.pdp", AID_RADIO, AID_RADIO },
95+
{ "service.bootanim.exit", AID_GRAPHICS, 0 },
9596
{ NULL, 0, 0 }
9697
};
9798
/* Avoid extending this array. Check device_perms.h */

0 commit comments

Comments
 (0)