am 56e64b2a: am 88c61af5: am 3a972844: Merge "Zen: Make condition providers available via @SystemApi." into lmp-dev

* commit '56e64b2a589a09786caa1eb1d9bfa59292a227f2':
  Zen: Make condition providers available via @SystemApi.
This commit is contained in:
John Spurlock
2014-09-11 14:13:24 +00:00
committed by Android Git Automerger
2 changed files with 3 additions and 1 deletions

View File

@@ -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() + "]";

View File

@@ -2789,7 +2789,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 -->