Skip to content

Commit

Permalink
Update MainActivity.java
Browse files Browse the repository at this point in the history
  • Loading branch information
prateek-chaubey authored Feb 5, 2025
1 parent 74c310a commit 88c866c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ public void onReceive(Context context, Intent intent) {
};


registerReceiver(broadcastReceiver, new IntentFilter("TRACKS_TRACKS"));
registerReceiver(broadcastReceiver, new IntentFilter("TRACKS_TRACKS"),RECEIVER_EXPORTED);

}

Expand Down

0 comments on commit 88c866c

Please sign in to comment.