Android Question call ACToolBarLight show menu

Hamied Abou Hulaikah

Well-Known Member
Licensed User
Longtime User
Activity1 has ACToolBarLight with menu items,
From activity2: How can I call activity1 & simulate click in ACToolBarLight menu to show its items?
 

Brandsum

Well-Known Member
Licensed User
If your activity 2 is in foreground then you cant show menu items of activity 1. However if you want to perform some non gui works then you can use callsub to call a function of activity 1 from activity 2
 
Upvote 0
Top