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/BasicFileProvider.java
+2-7Lines changed: 2 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,8 @@ This program (the AndroidFilePickerLight library) is free software written by
17
17
18
18
packagecom.maxieds.androidfilepickerlightlibrary;
19
19
20
+
importstaticjava.util.Locale.ROOT;
21
+
20
22
importandroid.content.Context;
21
23
importandroid.content.res.AssetFileDescriptor;
22
24
importandroid.database.Cursor;
@@ -32,29 +34,22 @@ This program (the AndroidFilePickerLight library) is free software written by
Copy file name to clipboardExpand all lines: AndroidFilePickerLightLibrary/src/main/java/com/maxieds/androidfilepickerlightlibrary/CustomThemeBuilder.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,6 @@ This program (the AndroidFilePickerLight library) is free software written by
23
23
importandroid.graphics.Typeface;
24
24
importandroid.graphics.drawable.Drawable;
25
25
importandroid.graphics.drawable.GradientDrawable;
26
-
importandroid.util.Log;
27
26
importandroid.util.TypedValue;
28
27
importandroid.view.View;
29
28
importandroid.view.Window;
@@ -33,11 +32,11 @@ This program (the AndroidFilePickerLight library) is free software written by
Copy file name to clipboardExpand all lines: AndroidFilePickerLightLibrary/src/main/java/com/maxieds/androidfilepickerlightlibrary/FileChooserActivity.java
+2-5Lines changed: 2 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,6 @@ This program (the AndroidFilePickerLight library) is free software written by
20
20
importandroid.app.Activity;
21
21
importandroid.content.Intent;
22
22
importandroid.content.pm.ActivityInfo;
23
-
importandroid.graphics.drawable.GradientDrawable;
24
23
importandroid.os.Bundle;
25
24
importandroid.os.Handler;
26
25
importandroid.util.Log;
@@ -31,10 +30,8 @@ This program (the AndroidFilePickerLight library) is free software written by
31
30
importandroid.widget.LinearLayout;
32
31
importandroid.widget.TextView;
33
32
34
-
importandroidx.appcompat.widget.Toolbar;
35
-
36
-
importandroidx.annotation.ColorInt;
37
33
importandroidx.appcompat.app.AppCompatActivity;
34
+
importandroidx.appcompat.widget.Toolbar;
38
35
39
36
importjava.util.ArrayList;
40
37
importjava.util.Arrays;
@@ -334,7 +331,7 @@ public void onNewIntent(Intent broadcastIntent) {
0 commit comments