Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

requestPermission does not work #753

Open
clankill3r opened this issue Aug 24, 2023 · 2 comments
Open

requestPermission does not work #753

clankill3r opened this issue Aug 24, 2023 · 2 comments

Comments

@clankill3r
Copy link

I get nothing off a popup.

I looked here and did all those things.
#699

Android 7.0.
Processing 4.3.

@ranaaditya
Copy link
Member

I get nothing off a popup.

I looked here and did all those things. #699

Android 7.0. Processing 4.3.

still using Android 7.0 👀

I digged deep down into it sometime back, problem should be in android 10+, dont know why you are getting it, need to confirm it with manual testing.

thanks @clankill3r for reporting the bug, will look into it.

Thanks,
Aditya

@kabrio
Copy link

kabrio commented Oct 9, 2023

hello,

any update to this?
having trouble saving photos on android 12 using the ketai library.

i get error: "failed to create directory to save photo"

this is how manifest.xml looks

<?xml version="1.0" encoding="UTF-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="">
    <application android:icon="@mipmap/ic_launcher" android:label="">
        <activity android:exported="true" android:name=".MainActivity" android:theme="@style/Theme.AppCompat.Light.NoActionBar.FullScreen">
            <intent-filter>
                <action android:name="android.intent.action.MAIN"/>
                <category android:name="android.intent.category.LAUNCHER"/>
            </intent-filter>
        </activity>
        android:requestLegacyExternalStorage="true"
    </application>
    <uses-permission android:name="android.permission.CAMERA"/>
    <uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE"/>
    <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
</manifest>

thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants