Skip to content

Commit db2529b

Browse files
authored
Update demos/android/MASVS-RESILIENCE/MASTG-DEMO-0027/AndroidManifest.xml
1 parent 770156a commit db2529b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

demos/android/MASVS-RESILIENCE/MASTG-DEMO-0027/AndroidManifest.xml

-9
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,6 @@
2828
<category android:name="android.intent.category.LAUNCHER" />
2929
</intent-filter>
3030
</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>
4031

4132
</application>
4233

0 commit comments

Comments
 (0)