Trap Application
The Application class you can use in the AndroidManifest.xml
You can set a custom configuration by implementing TrapConfigProvider and setting your class as "trap:config" metadata on the
<application
"android:name" = "com.cursorinsight.trap.TrapApplication"
...
>
<meta-data android:name="trap:config" android:value="com.company.MyConfig" />
</application>
Content copied to clipboard