Ecosystem:cordova Packages

cordova-wyy-growingio

``` cordova plugin add growingio-plugin --variable GROWINGIO_SCHEME=您的Scheme ``` `GROWINGIO_SCHEME`需要您在项目管理中查看对应产品的URL Scheme。 ### 2. 修改配置文件 修改`config.xml`文件,添加以下代码: ``` <preference name="GROWINGIO_PROJECT_ID" value="您的项目ID" /> ```

1.0.4 • Published 6 years ago

cordova.manage.external.storage

This plugin request `MANAGE_EXTERNAL_STORAGE` on android devices with API 30+. The request gives access of all files to the app. You can read more about it here:-\ [Android Developers:- Manage all files](https://developer.android.com/training/data-storage

0.0.1 • Published 3 years ago