Port Paranoid Android's Notification Peek feature to an APK and make it compatible with any KitKat ROM.
I have published the app on Google Play through Beta channel, feel free to join the community to get the latest version.
Notification Peek (Paranoid Android) is a nice feature for displaying notifications on your screen when they arrive. It uses the device's gyroscope and/or proximity sensors to detect the status of the device and display the notifications in a minimalistic UI for a short time.
- Removed several system APIs, and replaced them with public APIs.
- UI tweaks, changed LinearLayout to GridLayout for displaying large numbers of unread notifications.
- Added notification peek timeout option.
- Added an option to choose which sensors are monitored when a notification arrives.
- Added a methodology for dismissing notifications and locking the screen upon dismissing the final notification.
Because the Device Administrator disables apps that is activated from being uninstalled, you need to do the following if you want to uninstall the app:
- Go to your System Settings.
- Select Security.
- Select Device administrators.
- Uncheck Peek.
- Now you can uninstall the app.
- A lot of great features.
- Compatibility issue with Whatsapp.
- Paranoid Android and its open source AOSPA project.
- Jesús David Gulfo Agudelo and his Peek
- Icon by Jeppe Foldager
- AcDisplay
- Evelio Tarazona Cáceres and his RoundedAvatarDrawable
- Android Better Pickers