Initial version -- added millennium read funcionality
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
package com.google.android.gms.location;
|
||||
|
||||
import java.lang.annotation.ElementType;
|
||||
import java.lang.annotation.Retention;
|
||||
import java.lang.annotation.RetentionPolicy;
|
||||
import java.lang.annotation.Target;
|
||||
|
||||
/* JADX INFO: compiled from: com.google.android.gms:play-services-location@@21.2.0 */
|
||||
/* JADX INFO: loaded from: classes2.dex */
|
||||
@Target({ElementType.TYPE_USE})
|
||||
@Retention(RetentionPolicy.SOURCE)
|
||||
public @interface Granularity {
|
||||
public static final int GRANULARITY_COARSE = 1;
|
||||
public static final int GRANULARITY_FINE = 2;
|
||||
public static final int GRANULARITY_PERMISSION_LEVEL = 0;
|
||||
}
|
||||
Reference in New Issue
Block a user