Initial import of ADIF API reverse-engineering toolkit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.google.android.gms.actions;
|
||||
|
||||
/* loaded from: classes3.dex */
|
||||
public class SearchIntents {
|
||||
public static final String ACTION_SEARCH = "com.google.android.gms.actions.SEARCH_ACTION";
|
||||
public static final String EXTRA_QUERY = "query";
|
||||
|
||||
private SearchIntents() {
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user