摘要:
I find it quite easy to install and launch an App in android, which I thought it hard.You can install or launch a App as easy as start a Activity with some special Intent.The following little demo will show you:MainActivity.javapackage com.slowalker.applaunch;import android.os.Bundle;import android. 阅读全文