Status Bar Notification
by Sven Killig
Email on your handwrist!
App Name | Status Bar Notification |
---|---|
Developer | Sven Killig |
Category | Communication |
Download Size | 0 MB |
Latest Version | 4.1 |
Average Rating | 0.00 |
Rating Count | 0 |
Google Play | Download |
AppBrain | Download Status Bar Notification Android app |
Requires Sony Ericsson LiveView and must be enabled in Settings and Plugin preferences.
Get Status Bar (Android ≥4.3) and K-9/Kaiten Mail notifications to your wrist!
For other Apps, it's as easy as
i=new Intent("de.killig.NOTIFY"); i.putExtra("header", "Test"); sendBroadcast(i);
to send notifications. Ask your favorite app developer to implement it! Source code available on my website.
Extends:com.sonyericsson.extras.liveview
Recent changes:
- Save resources when disabled
- Pevent NullPointerException
Get Status Bar (Android ≥4.3) and K-9/Kaiten Mail notifications to your wrist!
For other Apps, it's as easy as
i=new Intent("de.killig.NOTIFY"); i.putExtra("header", "Test"); sendBroadcast(i);
to send notifications. Ask your favorite app developer to implement it! Source code available on my website.
Extends:com.sonyericsson.extras.liveview
Recent changes:
- Save resources when disabled
- Pevent NullPointerException