Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to extract intent filter priority ? #907

Open
a2t2 opened this issue Aug 29, 2022 · 0 comments
Open

How to extract intent filter priority ? #907

a2t2 opened this issue Aug 29, 2022 · 0 comments

Comments

@a2t2
Copy link

a2t2 commented Aug 29, 2022

Android allows priority attribute to be used with intent filters, for example:

<receiver android:name=".OrderedReceiver">
            <intent-filter android:priority="100">
                <action android:name="com.example.EXAMPLE_ACTION" />
            </intent-filter>
 </receiver>

Is there a way to extract the attribute value of priority i.e. 100 for the above receiver example using Androguard ? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant