add facebook

This commit is contained in:
admin
2026-06-05 17:45:10 +08:00
parent be490bd322
commit 52eb40b190
6 changed files with 198 additions and 55 deletions

View File

@@ -1,10 +1,16 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
<application
android:label="Tiger Patrol"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
<activity
android:name="com.tiger.Bridyard.MainActivity"
android:label="Tiger Patrol"
android:name="${applicationName}"
android:icon="@mipmap/ic_launcher">
<meta-data
android:name="com.facebook.sdk.AutoLogAppEventsEnabled"
android:value="false" />
<meta-data
android:name="com.facebook.sdk.AdvertiserIDCollectionEnabled"
android:value="false" />
<activity
android:name="com.tiger.Bridyard.MainActivity"
android:exported="true"
android:launchMode="singleTop"
android:taskAffinity=""