Skip to content

Commit

Permalink
Change description
Browse files Browse the repository at this point in the history
  • Loading branch information
kasnder committed Jul 18, 2022
1 parent 4636019 commit 30cc8c3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ protected void onCreate(Bundle savedInstanceState) {

//Log.d(TAG, "Has consent: " + consentManager.hasConsent(FIREBASE_ANALYTICS_LIBRARY));

// AppsFlyerLib.getInstance();
//AppsFlyerLib.getInstance();

//AdvertisingIdClient.getAdvertisingIdInfo();

Expand Down
12 changes: 6 additions & 6 deletions library/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="consent_title">Allow data collection?</string>
<string name="consent_title">Allow data collection, and reading and storing data on your phone?</string>

<string name="firebase_analytics_consent_msg">This app would like to use Google Firebase Analytics to understand your interactions with the app.\n\nThis involves using cookies and similar technologies and sharing your personal data with Google.</string>
<string name="facebook_sdk_consent_msg">This app would like to use the Facebok SDK to understand your interactions with the app.\n\nThis involves using cookies and similar technologies and sharing your personal data with Facebook/Meta.</string>
<string name="applovin_consent_msg">This app would like to use Applovin to serve you ads.\n\nThis involves using cookies and similar technologies and sharing your personal data with third-party companies.</string>
<string name="applovin_consent_msg">This app would like to use Applovin to show you ads.\n\nThis involves using cookies and similar technologies and sharing your personal data with third-party companies.</string>
<string name="aaid_consent_msg">This app would like to access the Google Advertising Identifier.\n\nThis involves accessing an identifier that can track your activity across apps.</string>

<string name="firebase_analytics">Google Firebase Analytics</string>
<string name="facebook_sdk">Facebok SDK</string>
<string name="applovin">AppLovin</string>
<string name="aaid">Google Advertising Identifier</string>
<string name="firebase_analytics">Google Firebase Analytics (to understand your interactions with the app; sends data to Google)</string>
<string name="facebook_sdk">Facebok SDK (to understand your interactions with the app; sends data to Facebook/Meta)</string>
<string name="applovin">AppLovin (to show you ads; sends data to third-party companies)</string>
<string name="aaid">Google Advertising Identifier (an identifier that can track your activity across apps)</string>

<string name="yes">Accept</string>
<string name="no">Refuse</string>
Expand Down

0 comments on commit 30cc8c3

Please sign in to comment.