You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AndroidFilePickerLightLibrary/src/main/java/com/maxieds/androidfilepickerlightlibrary/DisplayFragments.java
Copy file name to clipboardExpand all lines: AndroidFilePickerLightLibrary/src/main/java/com/maxieds/androidfilepickerlightlibrary/FileChooserException.java
+6-19Lines changed: 6 additions & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -39,6 +39,10 @@ private static int claimNextUniqueErrorCode() {
39
39
40
40
/* Custom formatting and packaging/preparation of the returned data expected by the
41
41
* client application (basically a rough serialization to byte buffer type object spec):
42
+
*
43
+
* Leaving this in as a spec for later. Maybe it will become more useful as the library
44
+
* grows and Android 11+ forces users to use newer functionality to access files on the
0 commit comments