mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2024-12-25 16:42:30 -06:00
20 lines
524 B
Java
20 lines
524 B
Java
|
package androidx.work;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public final class R {
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public static final class bool {
|
||
|
public static int enable_system_alarm_service_default = 0x7f040002;
|
||
|
public static int enable_system_foreground_service_default = 0x7f040003;
|
||
|
public static int enable_system_job_service_default = 0x7f040004;
|
||
|
public static int workmanager_test_configuration = 0x7f040006;
|
||
|
|
||
|
private bool() {
|
||
|
}
|
||
|
}
|
||
|
|
||
|
private R() {
|
||
|
}
|
||
|
}
|