-
Notifications
You must be signed in to change notification settings - Fork 15
Sneer API
Klaus Wuestefeld edited this page May 29, 2015
·
21 revisions
-
Set up your Sneer App Development Environment
-
Create or import the Android app you wish to enhance with Sneer.
###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:
- Send [Text Messages](Text Message API)
- Host Partner Sessions
Visit the Sneer Website and subscribe to our Major Announcements List.