Skip to content

Commit 3508ed4

Browse files
committed
refactor: remove unused code for facebook login
1 parent af75a2b commit 3508ed4

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,6 @@
1010
android:supportsRtl="true"
1111
android:name=".AuthApp"
1212
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>
3013

3114
<activity android:name=".MainActivity">
3215
<intent-filter>

0 commit comments

Comments
 (0)