Coder Social home page Coder Social logo

Comments (11)

j3k0 avatar j3k0 commented on August 22, 2024 1

Thanks. Seems like this permission wasn't so much needed (I think it was for getting sharing work for files from external storage, but not 100% sure now).

from cordova-plugin-openwith.

compelling avatar compelling commented on August 22, 2024 1

Having this issue too. Removed uses-permission in plugin.and and added this:

<config-file target="AndroidManifest.xml" parent="/manifest">
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>

from cordova-plugin-openwith.

madc0w avatar madc0w commented on August 22, 2024

Here is what I see in AndroidManifest.xml:

<?xml version='1.0' encoding='utf-8'?>
<manifest android:hardwareAccelerated="true" android:versionCode="17583452" android:versionName="1.2" package="com.spoti
cle" xmlns:android="http://schemas.android.com/apk/res/android">
    <supports-screens android:anyDensity="true" android:largeScreens="true" android:normalScreens="true" android:resizea
ble="true" android:smallScreens="true" android:xlargeScreens="true" />
    <uses-permission android:name="android.permission.INTERNET" />
    <application android:hardwareAccelerated="true" android:icon="@mipmap/icon" android:label="@string/app_name" android
:supportsRtl="true">

and according to priteshrnandgaonkar/react-native-call-detection#6 , this uses-permissions tag is actually precisely where it needs to be.

from cordova-plugin-openwith.

madc0w avatar madc0w commented on August 22, 2024

Here is what I see in AndroidManifest.xml line 113:

            <uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />

According to priteshrnandgaonkar/react-native-call-detection#6 , this uses-permissions tag needs to be directly under manifest, not activity as it is here.

.

from cordova-plugin-openwith.

madc0w avatar madc0w commented on August 22, 2024

Thanks, but I'm still having the same issue.
In what version was this fix released? It seems like the current version number has not changed, still 1.1.0.

from cordova-plugin-openwith.

patrickschmelter avatar patrickschmelter commented on August 22, 2024

Having this issue too

from cordova-plugin-openwith.

merbin2012 avatar merbin2012 commented on August 22, 2024

@compelling I didn't get you, can you please give me more details?

from cordova-plugin-openwith.

tverilytt avatar tverilytt commented on August 22, 2024

I just commented out the line in plugin.xml:

from cordova-plugin-openwith.

merbin2012 avatar merbin2012 commented on August 22, 2024

@tverilytt When I build it, it resets.

from cordova-plugin-openwith.

tverilytt avatar tverilytt commented on August 22, 2024

@merbin2012 Yes, I had to do a platform rm and add again, e.g. for android.

from cordova-plugin-openwith.

merbin2012 avatar merbin2012 commented on August 22, 2024

@tverilytt Is this plugin work for other formats? For me, only image files are working.

from cordova-plugin-openwith.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.