Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AndroidManifest.xml modification #3

Closed
Dragosha opened this issue Nov 9, 2018 · 1 comment
Closed

AndroidManifest.xml modification #3

Dragosha opened this issue Nov 9, 2018 · 1 comment

Comments

@Dragosha
Copy link

Dragosha commented Nov 9, 2018

<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="23" />
to
<uses-sdk android:minSdkVersion="9" android:targetSdkVersion="26" />

and
remove

<service android:name="com.defold.adtruth.InstallReceiver"/>
        <receiver
            android:name="com.defold.adtruth.InstallReceiver"
            android:exported="true">
          <intent-filter>
            <action android:name="com.android.vending.INSTALL_REFERRER" />
          </intent-filter>
        </receiver>

from AndroidManifest.xml

AGulev added a commit that referenced this issue Nov 9, 2018
@AGulev
Copy link
Owner

AGulev commented Nov 9, 2018

Done

@AGulev AGulev closed this as completed Nov 9, 2018
This was referenced Sep 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants