Files
rr3-apk/decompiled/sources/com/google/android/gms/common/stats/LoggingConstants.java
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

22 lines
583 B
Java

package com.google.android.gms.common.stats;
import android.content.ComponentName;
import androidx.annotation.NonNull;
import com.google.android.gms.common.annotation.KeepForSdk;
@KeepForSdk
/* loaded from: classes2.dex */
public final class LoggingConstants {
@NonNull
@KeepForSdk
@Deprecated
public static final String EXTRA_WAKE_LOCK_KEY = "WAKE_LOCK_KEY";
@NonNull
public static final ComponentName zza = new ComponentName("com.google.android.gms", "com.google.android.gms.common.stats.GmsCoreStatsService");
private LoggingConstants() {
}
}