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

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top