Commit 11141f96 authored by bixing's avatar bixing

fb 统计

parent e54bf9dd
......@@ -105,5 +105,7 @@ dependencies {
// implementation("com.google.firebase:firebase-analytics")
implementation 'com.google.android.gms:play-services-ads:22.5.0'
implementation 'com.google.guava:guava:27.0.1-android'
//facebook
implementation 'com.facebook.android:facebook-android-sdk:latest.release'
}
\ No newline at end of file
......@@ -92,6 +92,24 @@
android:configChanges="orientation|screenSize|keyboardHidden"
android:screenOrientation="portrait"
android:exported="true" />
<!-- facebook -->
<meta-data
android:name="com.facebook.sdk.ApplicationId"
android:value="@string/facebook_app_id" />
<meta-data
android:name="com.facebook.sdk.ClientToken"
android:value="@string/facebook_app_token" />
<meta-data
android:name="com.facebook.sdk.AutoLogAppEventsEnabled"
android:value="true" />
<meta-data
android:name="com.facebook.sdk.AutoInitEnabled"
android:value="true" />
<meta-data
android:name="com.facebook.sdk.AdvertiserIDCollectionEnabled"
android:value="true" />
</application>
......
......@@ -2,6 +2,8 @@
<string name="app_name">Text Extraction</string>
<string name="app_cancel">Cancel</string>
<string name="app_ok">Ok</string>
<string name="facebook_app_id">3644269809149056</string>
<string name="facebook_app_token">7325b0db5993bfa297196296aa809d58</string>
<string name="app_recent">Recent</string>
<string name="app_corp">Crop</string>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment