アプリケーションのボタンをクリックすると、別のパッケージからアクティビティを開始したいと考えています。
これが私の意図です:
final Intent myIntent = new Intent(getApplicationContext(), com.facebook.android.Places.class)
これは私のマニフェストです:
<activity android:name=".com.facebook.android.Places"
> </activity>
しかし、私は得てunable to find explicit activity com.mypackage\com.facebook.android.Places
います。
別のパッケージからアクティビティを開始することは不可能ですか?