globules-io commented on issue #564:
URL: 
https://github.com/apache/cordova-plugin-file/issues/564#issuecomment-1497730509

   ```
   <?xml version='1.0' encoding='utf-8'?>
   <widget id="com.test.debug" version="1.0.0" 
xmlns="http://www.w3.org/ns/widgets"; 
xmlns:android="http://schemas.android.com/apk/res/android"; 
xmlns:cdv="http://cordova.apache.org/ns/1.0";>
       <name>Debug</name>
       <description>Debug</description>
       <author email="[email protected]" 
href="https://globules.io";>globules.io</author>
       <content src="index.html" />
       <allow-intent href="http://*/*"; />
       <allow-intent href="https://*/*"; />
       <allow-intent href="tel:*" />
       <allow-intent href="sms:*" />
       <allow-intent href="mailto:*"; />
       <allow-intent href="geo:*" />
       <allow-intent href="market:*" />
       <icon density="ldpi" src="res/icons/android/icon-36.png" />
       <icon density="mdpi" src="res/icons/android/icon-48.png" />
       <icon density="hdpi" src="res/icons/android/icon-72.png" />
       <icon density="xhdpi" src="res/icons/android/icon-96.png" />
       <icon density="xxhdpi" src="res/icons/android/icon-144.png" />
       <icon density="xxxhdpi" src="res/icons/android/icon-192.png" />
       <preference name="loglevel" value="DEBUG" />
       <preference name="scheme" value="app" />
       <preference name="hostname" value="com.test.debug" />
       <preference name="Orientation" value="landscape" />
       <preference name="DisallowOverscroll" value="true" />
       <preference name="ShowSplashScreenSpinner" value="false" />
       <preference name="StatusBarBackgroundColor" value="#FFFFFF" />
       <preference name="StatusBarOverlaysWebView" value="false" />
       <preference name="AutoHideSplashScreen" value="true" />
       <preference name="AllowBackForwardNavigationGestures" value="false" />
       <preference name="Allow3DTouchLinkPreview" value="false" />
       <preference name="AndroidWindowSplashScreenAnimatedIcon" 
value="res/screens/android/icon-288.png" />
       <preference name="AndroidWindowSplashScreenBackground" value="#222" />
       <preference name="android-minSdkVersion" value="23" />
       <preference name="android-targetSdkVersion" value="31" />
       <preference name="android-maxSdkVersion" value="31" />
       <preference name="AndroidPersistentFileLocation" value="Compatibility" />
       <feature name="File">
           <param name="android-package" 
value="org.apache.cordova.file.FileUtils" />
           <param name="onload" value="true" />
       </feature>
       <allow-navigation href="cdvfile:*" />
   </widget>
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to