mirror of
https://github.com/github/codeql.git
synced 2026-01-05 02:30:19 +01:00
14 lines
489 B
XML
14 lines
489 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
package="com.example.app"
|
|
android:installLocation="auto"
|
|
android:versionCode="1"
|
|
android:versionName="0.1" >
|
|
|
|
<application>
|
|
<activity android:name=".CleartextStorageAndroidDatabaseTest"></activity>
|
|
<activity android:name=".CleartextStorageAndroidFileSystemTest"></activity>
|
|
<activity android:name=".CleartextStorageSharedPrefsTest"></activity>
|
|
</application>
|
|
|
|
</manifest>
|