Doze is not yet required

pull/200/head
M66B 4 years ago
parent 3e5c9c79f8
commit 6a2aaaf0ce

@ -937,7 +937,7 @@ public class Helper {
} }
static boolean isDozeRequired() { static boolean isDozeRequired() {
return (Build.VERSION.SDK_INT > Build.VERSION_CODES.R); return (Build.VERSION.SDK_INT > Build.VERSION_CODES.R && false);
} }
static void reportNoViewer(Context context, Uri uri) { static void reportNoViewer(Context context, Uri uri) {

Loading…
Cancel
Save