Skip to content

Runtime error when adding AdInterstitial to a Fragment #29

Open
@baciucalin

Description

@baciucalin

Hello! :)
In a fragment, after i add the "AdInterstital" together with the "BasicInterstitialPager":

<com.adform.sdk.pager.AdInterstitial
    android:id="@+id/pager_container"
    android:layout_width="match_parent"
    android:layout_height="match_parent">

    <com.adform.sdk.pager.BasicInterstitialPager
        android:id="@+id/pager"
        android:layout_width="match_parent"
        android:layout_height="match_parent" />

</com.adform.sdk.pager.AdInterstitial>

I get this runtime error (full stacktrace
fatal_exception.txt
attached in the file) with the headline: One of RECEIVER_EXPORTED or RECEIVER_NOT_EXPORTED should be specified when a receiver isn't being registered exclusively for system broadcasts.

Thank you in advance for any thoguhts :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions