Skip to content

Define manifest <queries> allowing us to make intent queries on API 30+

Torsten Grote requested to merge 1753-query-filter into master

This MR defines manifest <queries> allowing us to make intent queries on API 30+. This should take care of all of the intent resolving issues introduced by Android 11.

Note: After this MR we will not support other panic apps besides Ripple, but to my knowledge there are none using PanicKit anyway.

Still missing are the package names for AndroidWakeLockManager to detect certain white-listed wake lock tags.

Second part of #1753 (closed)

Merge request reports