开发者

how to get the proritity in java code

开发者 https://www.devze.com 2023-02-01 17:56 出处:网络
In the AndroidManifest.xml, I can add the priority attributes in , I want to know if I can get the value of priority use co开发者_如何转开发deInformation about intent filters is not exposed via Packag

In the AndroidManifest.xml, I can add the priority attributes in , I want to know if I can get the value of priority use co开发者_如何转开发de


Information about intent filters is not exposed via PackageManager, so, AFAIK, there is no way to access the priority.


There's no API to achieve this, but you can read the AndroidManifest file of any application (including secured ones) and parse out the information yourself.

0

精彩评论

暂无评论...
验证码 换一张
取 消