Merge "Mark Gps Raw related APIs as System APIs. b/16727892" into lmp-mr1-dev
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
package android.location;
|
||||
|
||||
import android.annotation.NonNull;
|
||||
import android.annotation.SystemApi;
|
||||
import android.os.Parcel;
|
||||
import android.os.Parcelable;
|
||||
|
||||
@@ -28,6 +29,7 @@ import java.security.InvalidParameterException;
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
@SystemApi
|
||||
public class GpsNavigationMessageEvent implements Parcelable {
|
||||
|
||||
/**
|
||||
@@ -56,6 +58,7 @@ public class GpsNavigationMessageEvent implements Parcelable {
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
@SystemApi
|
||||
public interface Listener {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user