mirror of
https://github.com/github/codeql.git
synced 2026-01-04 02:00:18 +01:00
9 lines
340 B
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> |