Files
codeql/java/ql/test/query-tests/security/CWE-925/AndroidManifest.xml

9 lines
340 B
XML

<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="test">
<application>
<receiver android:name=".BootReceiverXml">
<intent-filter>
<action android:name="android.intent.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>
</application>
</manifest>