Skip to content
Klaus Wuestefeld edited this page May 29, 2015 · 21 revisions

###AndroidManifest.xml File

  • Add this line to the application section:
<meta-data android:name="SneerApp" android:value=""/>
  • Make sure your activities look like this:
    <activity
        android:name=".MyActivity"
        android:excludeFromRecents="true"
        android:exported="true">
        ...
    </activity>

Choose what you want your app to do: