Loading core/java/android/service/notification/ConditionProviderService.java +2 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -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() + "]"; Loading core/res/AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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 --> Loading Loading
core/java/android/service/notification/ConditionProviderService.java +2 −0 Original line number Diff line number Diff line Loading @@ -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; Loading Loading @@ -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() + "]"; Loading
core/res/AndroidManifest.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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 --> Loading