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:
@@ -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() + "]";
|
||||
|
||||
Reference in New Issue
Block a user