Experiment of Package Visibility in Android 11

Purpose of this Experiment

The problem

Given:

Problem:

app3 cannot see app1 or app2

Solution

<queries>
<package android:name="com.mocoven.app1" />
<package android:name="com.mocoven.app2" />
<package android:name="com.mocoven.app3" />
</queries>
apps are visible to each other

By the way

Given:

Result:

Apps visible automatically

Reference

Github Code Repository

--

--

快赠我幽默感。Sharing is caring.

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store