[QUESTION] How to manually add options in expanded notifications?

AbhishekS

Senior Member
Feb 18, 2011
3,090
832
253
abhishekmsharma.com
Since Jellybean 4.1, Google added expanded notifications.

I wanna know how to manually add options to expanded notifications. I basically wanna do this with the default email app.

I want a quick option to move an email to a particular folder. Moving emails is available within the app, I just wanna port it to be a part of the expanded notifications.

Can anyone help me on this?

Thanks.
 

matgras

Senior Member
Jun 2, 2012
2,231
318
0
I'm not a dev but you can Google how to make those expandable notifications and decompile the app with apktool and change the app... That's an option

Sent from my Xperia Ray using Tapatalk 2
 

AbhishekS

Senior Member
Feb 18, 2011
3,090
832
253
abhishekmsharma.com
Thanks for the suggestion. :)
That was the first thing I did but the methods I got were by modifying to the code, and that's not possible to edit by just decompiling the APK.

But I know it's possible by just decompilation because many ROMs used custom Gapps with manually added expanded notification options.

So anyone?