java - Access getExternalCacheDir() in a Fragment -


i need pass external cache directory post request, i've been unable find away call getexternalcachedir() method within fragment, can call in activity.

is possible use method in fragment, or there solution?

call getactivity().getexternalcachedir().


Popular posts from this blog

debugging - Reference - What does this error mean in PHP? -

c++ - What is the reason for not being able to deduce array size from initializer-string in member variable? -