Merge "Zen: make Condition available over @SystemApi" into lmp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
3e5d59c365
@@ -16,6 +16,7 @@
|
||||
|
||||
package android.service.notification;
|
||||
|
||||
import android.annotation.SystemApi;
|
||||
import android.content.Context;
|
||||
import android.net.Uri;
|
||||
import android.os.Parcel;
|
||||
@@ -28,6 +29,7 @@ import java.util.Objects;
|
||||
*
|
||||
* @hide
|
||||
*/
|
||||
@SystemApi
|
||||
public class Condition implements Parcelable {
|
||||
|
||||
public static final String SCHEME = "condition";
|
||||
|
||||
Reference in New Issue
Block a user