Skip to content

Commit

Permalink
Create ISSNotificationClean.aidl
Browse files Browse the repository at this point in the history
Signed-off-by: gamestime102 <180412020+gamestime102@users.noreply.github.com>
  • Loading branch information
gamestime102 authored Dec 26, 2024
1 parent 153a2d7 commit 89d6eb9
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// ISSNotificationClean.aidl
package com.cmcm.locker.sdk.logic.service;
import android.service.notification.StatusBarNotification;

interface ISSNotificationClean {

void cancleSSNotification(in StatusBarNotification sbn);
}

0 comments on commit 89d6eb9

Please sign in to comment.