Skip to content

Instantly share code, notes, and snippets.

@jasonpolites
Created November 6, 2011 22:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasonpolites/1343724 to your computer and use it in GitHub Desktop.
Save jasonpolites/1343724 to your computer and use it in GitHub Desktop.
AppTribes Manifest
<manifest...>
<application...>
<!-- Activities Required by AppTribes -->
<activity android:name="com.apptribes.ApptribesActivity"/>
</application>
<!-- Permissions Required by AppTribes -->
<uses-permission android:name="android.permission.INTERNET"/>
<uses-permission android:name="android.permission.READ_PHONE_STATE" />
</manifest>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment