@tkuenneth I think you can get away with not needing QUERY_ALL_PACKAGES in the first place. Since "Be nice" presumably only needs to know about apps it can launch, a `<queries>` element for intents with the category `android.intent.category.LAUNCHER` might be sufficient.
https://developer.android.com/training/package-visibility/declaring