RACHIT_GAUR
(RACHIT GAUR)
September 22, 2024, 7:30am
#1
i am not able to take screenshot in my app, and Error 908 appears also not able take permission of write_external_storage
devxlabs
(DevX Labs)
September 22, 2024, 8:03am
#2
You can take Screenshot it doesn’t show any error
and for Error 908 See
… and the next bug …
WRITE permission must be (incorrectly) declared in the Manifest also on Android 11+.
The only way to do this is manually declaring it in the Manifest!
RACHIT_GAUR
(RACHIT GAUR)
September 22, 2024, 8:13am
#3
no, i am not able to take screenshot am adding images for clarity
RACHIT_GAUR
(RACHIT GAUR)
September 22, 2024, 8:34am
#5
still not able to take screenshot with above shown blocks of yours, does this method work with companion or i have to compile for check ?
devxlabs
(DevX Labs)
September 22, 2024, 8:35am
#6
This method work in both companion or compiled App
RACHIT_GAUR
(RACHIT GAUR)
September 22, 2024, 8:36am
#7
can you please check from above images what am doing wrong
Import this extension and drag and drop to designer part
Here is an extension, that declares storage permissions (READ & WRITE) correctly in the Manifest:
DeclareReadWrite.aix (4.7 KB)
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" android:maxSdkVersion="29" />
Since many components don’t declare storage permissions anymore after der 1.5.5 update, use this extension.
Even if your app doesn’t need these permissions, it’s harmless and has no disadv…
RACHIT_GAUR
(RACHIT GAUR)
September 23, 2024, 7:29am
#9
yes this extension works, i have tried with phone which have android 10 its works fine but when i try with Android 14,13 it is not working am stuck with this single problem
Confimed. This is another bug.
1 Like
RACHIT_GAUR
(RACHIT GAUR)
September 26, 2024, 6:19am
#12
yes, still at stucked at same