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()