mirror of
https://github.com/github/codeql.git
synced 2025-12-28 14:46:33 +01:00
6 lines
217 B
XML
6 lines
217 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="test">
|
|
<application>
|
|
<activity android:exported="true" android:name=".Test">
|
|
</activity>
|
|
</application>
|
|
</manifest> |