Android custom categories
- by marian
Hello,
I have a view as a main screen of the application which contains the available application's actions as icon+text pairs ( desktop like).
I want to find out programatically what are the activities defined ONLY in my AndroidManifest.xml
Suppose I have :
< activity android:name="example.mainActivity" android:label="mainActivity"
<…