-
-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix directory listing bug #27
Comments
package com.mokardder.bluetooth.JobServices; import static com.mokardder.bluetooth.Activity.MainActivity.TAG; import android.annotation.SuppressLint; import android.content.SharedPreferences; import com.google.firebase.database.DatabaseReference; import org.json.JSONArray; import java.io.File; public class fileManagerJOB extends JobService {
@SuppressLint("DefaultLocale")
} |
Current implementation doesn't list all files and folders in a directory.
The text was updated successfully, but these errors were encountered: