Files
codeql/java/ql/test/query-tests/security/CWE-925/AndroidManifest.xml
Owen Mansel-Chan f2947f7066 Fix indentation
2025-03-05 14:13:53 +00:00

15 lines
548 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>
<receiver android:name=".EmptyReceiverXml">
<intent-filter>
<action android:name"android.intent.action.BOOT_COMPLETED" />
</intent-filter>
</receiver>
</application>
</manifest>