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

Commit fdef6284 authored by John Spurlock's avatar John Spurlock Committed by Android (Google) Code Review
Browse files

Merge "Zen: Make condition providers available via @SystemApi." into lmp-dev

parents ee5234f2 bf4e4174
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -17,6 +17,7 @@
package android.service.notification;

import android.annotation.SdkConstant;
import android.annotation.SystemApi;
import android.app.INotificationManager;
import android.app.Service;
import android.content.Context;
@@ -44,6 +45,7 @@ import android.util.Log;
 *
 * @hide
 */
@SystemApi
public abstract class ConditionProviderService extends Service {
    private final String TAG = ConditionProviderService.class.getSimpleName()
            + "[" + getClass().getSimpleName() + "]";
+1 −1
Original line number Diff line number Diff line
@@ -2773,7 +2773,7 @@
        android:description="@string/permdesc_bindNotificationListenerService"
        android:protectionLevel="signature" />

    <!-- Must be required by an {@link
    <!-- @SystemApi Must be required by a {@link
         android.service.notification.ConditionProviderService},
         to ensure that only the system can bind to it.
         @hide -->