python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
READ_EXTERNAL_STORAGE Problem with android 12
I got an app to read pdf files it works fine until i installed android 12 on my device.
Manifest:
<application
android:allowBackup="true"
android:icon="@m...
Carl MacDonald
Votes: 0
Answers: 1
How to Paste an Asset file to a granted Directory in Android?
I'm creating an app which pastes a file in a game's android data folder. But I don't know how to paste asset file after getting directory's access.
Here's my method to request the directory's access:
...
DrApps
Votes: 0
Answers: 1
Read/Write and compare android external storage
public class PaymentActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.la...
Arc Official
Votes: 0
Answers: 1
Create a database file in external storage in android 11 using room database
I have worked in android app, which is store the data in local database whenever internet is not available,
The local database is placed in external storage inside the folder of the mobile phone, But ...

prabhakaran
Votes: 0
Answers: 0