• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. A

    How to access and store files in Android/data folder in android 11

    I am working on a project in which i have to put some files in another Application directory under Android/data without using manager_external_permission. Does anyone know how to achieve this in Android11? Also tell me the way to achieve this in android10.
  2. A

    Android: How Can i Create Files in another Application's Package?

    I am developing a custom Watchfaces App in Which i have to Copy/Create Watchface .bin files in Android/data/com.xiomi.hm.health/files/watch_skin_file/59/ into these directory without this my custom watchface app will not be able to apply custom watchfaces. I am new to android file storage...