![[OC] [SOLVED] Unstacking notifications on Samsung](https://external-preview.redd.it/5vymisFUmAfXup5trUtRmImEG82li2K0IqrLfP6R7hs.png?width=1080&crop=smart&auto=webp&s=ab971aec4210fed05be2529eee8c0077cddf1b7f)
[OC] [SOLVED] Unstacking notifications on Samsung
I made a mobile app which unstacks the notifications in Samsung mobile. I've faced this a lot where i miss the notification. So this app is very simple and lightweight and the logic behind it is, whenever there is a stacked notification it taps on the notification once and it opens the stack. This happens for all the stacks present in the notifications. This obviously is not the perfect solution as the ui samsung provides when unstacking all the notifications has a lot of gaps but its simplest way i could implement this. ANDROID ONLY btw.
The app doesnt send any of your data anywhere, ive attached the Code - https://github.com/Junith-K/auto-unstack
I cant publish this to the playstore cuz that requires money and this is a normal 3hr project i made cuz its been annoying me a lot.
Here is the release apk - https://github.com/Junith-K/auto-unstack/releases
To use the app -
- Download the apk (I had to disable playprotect)
- Go to settings > apps > Auto Unstack > three dots > remove restricted usage (i forgot the label name)
- Go to settings > accesibility > installed apps > Auto Unstack > enable
- Open the Auto Unstack app and enable it.
Disabling play protect, remove restricted usage and enabling Accessibility for an unknown app is not safe so i attached the codebase in this message. If you want more proof, you can paste the github url directly into an AI chat to check if the code has any secret information taking stuff. this was a personal project but i saw many people talking about this so i made it public.