LoginActivity
最新版本的 SDK 已不再提供此課程。
有此級別的更新版本。前往查看 最新版本。

This Activity is a necessary part of the overall Facebook login process but is not meant to be used directly. Add this activity to your AndroidManifest.xml to ensure proper handling of Facebook login.

<activity android:name="com.facebook.LoginActivity" android:theme="@android:style/Theme.Translucent.NoTitleBar" android:label="@string/app_name" />

Do not start this activity directly.

伸延:Activity
套件:facebook
建構函式
LoginActivity()
public LoginActivity()