Skip to content

Commit

Permalink
Merge pull request #6 from JioTV-Go/develop
Browse files Browse the repository at this point in the history
Release v1.0 - sync 3
  • Loading branch information
siddharthsky authored Nov 10, 2024
2 parents b53b9e1 + 4feec5d commit 0633fed
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,10 @@ public int onStartCommand(Intent intent, int flags, int startId) {
Log.d("BinaryService", "Binary stopped by user.");

Intent broadcastIntent = new Intent(ACTION_BINARY_STOPPED);
broadcastIntent.setPackage(getPackageName()); // Ensure the broadcast is internal-only
sendBroadcast(broadcastIntent);


stopForeground(true);
stopSelf();
return START_NOT_STICKY;
Expand Down

0 comments on commit 0633fed

Please sign in to comment.