The query all packages permission is not given to all apps. Your app may get rejected by the play store if it doesn't justify permission use. you can add <queries> to detect specific apps which accept the intent of sharing your content type. The below example in config.xml is for requesting packages which accept plain text or images.
2条答案
按热度按时间wz3gfoph1#
The query all packages permission is not given to all apps. Your app may get rejected by the play store if it doesn't justify permission use.
you can add
<queries>
to detect specific apps which accept the intent of sharing your content type.The below example in config.xml is for requesting packages which accept plain text or images.
If it is sharing with only a specific app, you can add a query with its package name .
7uhlpewt2#
解决方案在android平台的config.xml中添加以下内容