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

Search results

  1. Youssef Hammad

    Creating a Directory After Android 11

    I've been searching the internet for almost 7hrs now, I can't seem to find a code that works and it took me a while to find out that the method below no longer works and is deprecated File file = new File(Environment.getExternalStorageDirectory(),sName); file.mkdirs(); Also tried adding...