Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0.0, 2.1.0
-
None
-
Android 4.0.3
Description
getRealPathFromURI_API11to18() return null.
CursorLoader in getRealPathFromURI_API11to18() throw following exception:
java.lang.RuntimeException: Can't create handler inside thread that has not called Looper.prepare()
so this method return null.
I think call Looper.prepare() before creating CursorLoader.
I am in need.
I will request fixing it.