File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 10
10
android : supportsRtl =" true"
11
11
android : name =" .AuthApp"
12
12
android : theme =" @style/AppTheme" >
13
- <meta-data android : name =" com.facebook.sdk.ApplicationId"
14
- android : value =" @string/facebook_app_id" />
15
-
16
- <activity android : name =" com.facebook.FacebookActivity"
17
- android : configChanges =
18
- " keyboard|keyboardHidden|screenLayout|screenSize|orientation"
19
- android : label =" @string/app_name" />
20
- <activity
21
- android : name =" com.facebook.CustomTabActivity"
22
- android : exported =" true" >
23
- <intent-filter >
24
- <action android : name =" android.intent.action.VIEW" />
25
- <category android : name =" android.intent.category.DEFAULT" />
26
- <category android : name =" android.intent.category.BROWSABLE" />
27
- <data android : scheme =" @string/fb_login_protocol_scheme" />
28
- </intent-filter >
29
- </activity >
30
13
31
14
<activity android : name =" .MainActivity" >
32
15
<intent-filter >
You can’t perform that action at this time.
0 commit comments