skolplattformen-backup/apps/skolplattformen-app/android/app/src/debug/AndroidManifest.xml

13 lines
409 B
XML
Raw Normal View History

2020-12-07 20:59:14 +00:00
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools">
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
2021-03-29 07:58:03 +00:00
<application
android:usesCleartextTraffic="true"
tools:targetApi="28"
tools:ignore="GoogleAppIndexingWarning">
</application>
2020-12-07 20:59:14 +00:00
</manifest>