Doze is not yet required

This commit is contained in:
M66B
2021-07-16 17:16:26 +02:00
parent 3e5c9c79f8
commit 6a2aaaf0ce

View File

@@ -937,7 +937,7 @@ public class Helper {
}
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) {