-1

i have theme and i want to put activity so when user open it he will see some thing like thatenter image description here

i want to know what the action or package name i should provide to open ADW launcher

ANSWER

OK i found the solution Intent i=new Intent("org.adw.launcher.SET_THEME"); it will open adw

mahmoud
  • 232
  • 3
  • 10

1 Answers1

0

The short answer is an Intent and most likely you can check the package name on /data/app/ folder

ah008a
  • 1,115
  • 6
  • 11
  • like I said you can check it on the /data/app/ folder, easiest thing would be doing an ls (getting list of files/folder in that folder) – ah008a Jul 17 '13 at 18:33