am 36b0eac4: Merge "Add @SystemApi annotations to methods used by GmsCore. -Currently these methods are called using reflection for location. Bug: 17371392 Change-Id: I6546f5b485415beff69164ba0d526757ee831f69" into lmp-dev
* commit '36b0eac472fdbc45db378646170b891581b53b36': Add @SystemApi annotations to methods used by GmsCore. -Currently these methods are called using reflection for location. Bug: 17371392 Change-Id: I6546f5b485415beff69164ba0d526757ee831f69
This commit is contained in:
@@ -17,6 +17,7 @@
|
||||
package android.app;
|
||||
|
||||
import android.annotation.SdkConstant;
|
||||
import android.annotation.SystemApi;
|
||||
import android.content.Context;
|
||||
import android.content.Intent;
|
||||
import android.os.Build;
|
||||
@@ -385,6 +386,7 @@ public class AlarmManager
|
||||
}
|
||||
|
||||
/** @hide */
|
||||
@SystemApi
|
||||
public void set(int type, long triggerAtMillis, long windowMillis, long intervalMillis,
|
||||
PendingIntent operation, WorkSource workSource) {
|
||||
setImpl(type, triggerAtMillis, windowMillis, intervalMillis, operation, workSource, null);
|
||||
|
||||
Reference in New Issue
Block a user