Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9034f245 authored by John Spurlock's avatar John Spurlock
Browse files

Zen: make Condition available over @SystemApi

Fix build.

Bug:16819503
Change-Id: I011723a770a9a8b7fc8124defd56137ec5f1704e
parent c727fb1f
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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";