garage-sale
Results
2
issues of
garage-sale
Does it support full RTL? I think the drop down arrow is drawn on the opposite side.
Content URI is: content://com.google.android.apps.photos.contentprovider/0/1/mediakey%3A%2Flocal%253A6c569636-fc1d-4a66-865c-3654544a06de/ORIGINAL/NONE/image%2Fjpeg/127765016 I think the issue is in the following function in RealPathUtil: ``` public static boolean isGooglePhotosUri(Uri uri) { return "com.google.android.apps.photos.content".equals(uri .getAuthority()); } ``` E/AndroidRuntime: FATAL EXCEPTION:...