"Fossies" - the Fresh Open Source Software Archive

Member "jitsi-meet-7313/android/sdk/src/debug/AndroidManifest.xml" (2 Jun 2023, 382 Bytes) of package /linux/misc/jitsi-meet-7313.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) XML source code syntax highlighting (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 <?xml version="1.0" encoding="utf-8"?>
    2 <manifest xmlns:android="http://schemas.android.com/apk/res/android">
    3     <uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
    4 
    5     <application android:usesCleartextTraffic="true">
    6         <activity android:name="com.facebook.react.devsupport.DevSettingsActivity" android:exported="false"/>
    7     </application>
    8 </manifest>