-
Notifications
You must be signed in to change notification settings - Fork 15
Sneer API
Set up your Android Development Environment.
Make sure you are using the latest Sneer release:
- Play store release for your device.
- Latest APK for your emulator.
Create or open the Android app you wish to enhance with sovereign features.
API 16 (Android 4.1) is the minimum level supported by Sneer.
Add this line to the application section:
<meta-data android:name="SneerApp" android:value=""/>
Make sure all activities to be launched within Sneer conversations look like this:
<activity
android:name=".MyActivity"
android:excludeFromRecents="true"
android:exported="true">
...
</activity>
Choose what you want each Activity to do:
- Send Text Messages
- Host interactive Partner Sessions
Run your app on a device with Sneer installed. Sneer will detect it automatically and add its activity to the conversation app list. Your activity will be started when the user taps it.
Publish your app on the play store with "SneerApp" in the description. It will be shown in this list when users click the "Find Apps" button in Sneer.
Aim for simple, awesome apps.
Visit the Sneer Website and subscribe to our Major Announcements List.