Android SDCard Check hasExternalCacheDir()

Here you can find the source of hasExternalCacheDir()

Description

has External Cache Dir

License

Apache License

Declaration

private static boolean hasExternalCacheDir() 

Method Source Code

//package com.java2s;
//License from project: Apache License 

import android.os.Build;

public class Main {
    private static boolean hasExternalCacheDir() {
        return Build.VERSION.SDK_INT >= Build.VERSION_CODES.FROYO;
    }//from  w  w w .  jav  a  2  s .  c om
}

Related

  1. enoughSpaceOnPhone(long updateSize)
  2. enoughSpaceOnSdCard(long updateSize)
  3. getRealSizeOnPhone()
  4. getRealSizeOnSdcard()
  5. hasSDCard()
  6. hasSDCard()
  7. sdCardIsAvailable()
  8. isExternalStorageReadable()