Second query version

Remove sinks flowing to write operations requirement
This commit is contained in:
Tony Torralba
2022-08-29 10:36:53 +02:00
parent 153ec5368e
commit 4a18892da9
12 changed files with 266 additions and 88 deletions

View File

@@ -0,0 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="test">
<application>
<activity android:exported="true" android:name=".Test">
</activity>
</application>
</manifest>