Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fdciabdul/android-notification-forwarder

just app that forward all notification to http server
https://github.com/fdciabdul/android-notification-forwarder

Last synced: 2 days ago
JSON representation

just app that forward all notification to http server

Awesome Lists containing this project

README

        

![image](https://github.com/user-attachments/assets/7009b886-9e7d-432b-80ec-8f67b9733b21)

sample backend code
```php
"success", "message" => "Notification received"]);
} else {
http_response_code(400);
echo json_encode(["status" => "error", "message" => "Invalid JSON"]);
}
?>

```

sample notification log
```json
{"package":"com.example.notifier","title":"TQ Notifier","text":"The app is running in the background."}
```