Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.google.android.gms.location;
|
||||
|
||||
import com.google.android.gms.common.api.CommonStatusCodes;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public class LocationSettingsStatusCodes extends CommonStatusCodes {
|
||||
public static final int SETTINGS_CHANGE_UNAVAILABLE = 8502;
|
||||
|
||||
private LocationSettingsStatusCodes() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user