Skip to content

Commit 28664ce

Browse files
committed
Remove FacebookContentProvider, we don't seem to need it
1 parent e672239 commit 28664ce

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Pick a unique package name across Play Store and App Store then update these fil
6767

6868
- `.github/workflows/flutter.yml` GCS_BUCKET, GCS_URL
6969
- `android/app/build.gradle` applicationId, signingConfigs.release
70-
- `android/app/src/main/AndroidManifest.xml` package, android:label, com.facebook.FacebookContentProvider
70+
- `android/app/src/main/AndroidManifest.xml` package, android:label
7171
- `android/app/src/main/res/values/strings.xml` app_name, facebook_app_id, facebook_client_token, fb_login_protocol_scheme
7272
- `android/fastlane/metadata/android/en-US/` title.txt, full_description.txt, short_description.txt
7373
- `android/fastlane/Appfile`

android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@
8585
<data android:scheme="@string/fb_login_protocol_scheme" />
8686
</intent-filter>
8787
</activity>
88-
<provider
89-
android:name="com.facebook.FacebookContentProvider"
90-
android:authorities="com.facebook.app.FacebookContentProvider566879507102666"
91-
android:exported="true" />
9288

9389
<service
9490
android:name=".FcmService"

0 commit comments

Comments
 (0)