SecurityException: The number of child package elements exceeded the max allowed in queries

71 views Asked by At

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.

0

There are 0 answers