May 03, 2020 In this tutorial I'll show you how to add popup toast for apps & games in different activities like when open app or open settings or menu to show popup Adding toast Description Steps: 1)Decompile the apk file (I personally use apkeditor for this or apktool m) Note decompile dex files too 2)now open androidmanifest.xml and search for the activity that where you want to toast the message (ok i personally do not use toast in my mods but I recommend you to toast msg in app start or when nenu or settings open) Ok let's make toast to appear on sart of app 3)ok find the first activity in AndroidManifest.xml and it is mostly the startup screen or search for settings activitie your wish Now open the activity smali which is placed under the path which i circled in the image 4)now search for the code below... Copy and search it in that activity smali .method protected onCreate(Landroid/os/Bundle;)V Then you see lines like this .method protected onCreate(Landroid/os/Bund...