- Posts: 11
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about Android development and PDF
I
IP: 111.196.244.51
4 years 9 months ago #15499
by radaee
Replied by radaee on topic Unable to save document in release mode
dear user:
if you are writing on sdcard for specify path, after Android X, you shall add:
to your application tag in AndroidManifest.xml
and
shall add begin of AndroidManifest.xml
if you are writing on sdcard for specify path, after Android X, you shall add:
Code:
android:requestLegacyExternalStorage="true"
and
Code:
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
IP: 185.248.15.140
4 years 8 months ago - 4 years 4 months ago #15500
by AABBDD
Replied by AABBDD on topic Unable to save document in release mode
It
Last edit: 4 years 4 months ago by AABBDD.
IP: 185.248.15.140
4 years 8 months ago - 4 years 4 months ago #15501
by AABBDD
Replied by AABBDD on topic Unable to save document in release mode
fi
Last edit: 4 years 4 months ago by AABBDD.
IP: 2.234.168.74
4 years 8 months ago #15502
by support
Replied by support on topic Unable to save document in release mode
If you like... may you give some more detail?
IP: 185.248.15.140
4 years 8 months ago - 4 years 4 months ago #15503
by AABBDD
Replied by AABBDD on topic Unable to save document in release mode
s
Last edit: 4 years 4 months ago by AABBDD.
Time to create page: 0.366 seconds