gh-pages / com.nextfaze.devfun.core / DevFunInitializerProvider / <init>

<init>

DevFunInitializerProvider()

Used to automatically initialize DevFun without user input.

If you want to manually initialize DevFun, remove the node using standard Android manifest merger syntax:

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
          xmlns:tools="http://schemas.android.com/tools">

    <application>
        <!-- This will stop the provider node from being included -->
        <provider android:name="com.nextfaze.devfun.core.DevFunInitializerProvider"
                  android:authorities="*"
                  tools:ignore="ExportedContentProvider"
                  tools:node="remove"/>
    </application>
</manifest>

See Also

DevFun.initialize