Reputation: 31
On android 14 I get an error when adding more than 1000 elements inside a element in AndroidManifest.
Caused by: java.lang.SecurityException: The number of child package elements
exceeded the max allowed in queries.
There is no such error on versions before Android 14.
What is the limit of elements inside a element?
need to add 8000 elements.
Upvotes: 3
Views: 240