We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 943dba1 commit 152977dCopy full SHA for 152977d
init/property_service.c
@@ -92,6 +92,7 @@ struct {
92
{ "persist.service.", AID_RADIO, 0 },
93
{ "persist.security.",AID_SYSTEM, 0 },
94
{ "net.pdp", AID_RADIO, AID_RADIO },
95
+ { "service.bootanim.exit", AID_GRAPHICS, 0 },
96
{ NULL, 0, 0 }
97
};
98
/* Avoid extending this array. Check device_perms.h */
0 commit comments