We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 770156a commit db2529bCopy full SHA for db2529b
demos/android/MASVS-RESILIENCE/MASTG-DEMO-0027/AndroidManifest.xml
@@ -28,15 +28,6 @@
28
<category android:name="android.intent.category.LAUNCHER" />
29
</intent-filter>
30
</activity>
31
- <provider
32
- android:name="androidx.core.content.FileProvider"
33
- android:authorities="org.owasp.mastestapp.fileprovider"
34
- android:exported="false"
35
- android:grantUriPermissions="true">
36
- <meta-data
37
- android:name="android.support.FILE_PROVIDER_PATHS"
38
- android:resource="@xml/filepaths" />
39
- </provider>
40
41
</application>
42
0 commit comments