VueTube/android/app/src/main/res/xml/config.xml

10 lines
326 B
XML
Raw Normal View History

2022-02-25 00:51:40 +00:00
<?xml version='1.0' encoding='utf-8'?>
<widget version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<access origin="*" />
<feature name="CDVOrientation">
<param name="android-package" value="cordova.plugins.screenorientation.CDVOrientation"/>
</feature>
2022-02-25 00:51:40 +00:00
</widget>