Skip to content

Instantly share code, notes, and snippets.

@anirudh24seven
Created March 4, 2014 03:20
Show Gist options
  • Save anirudh24seven/9339708 to your computer and use it in GitHub Desktop.
Save anirudh24seven/9339708 to your computer and use it in GitHub Desktop.
WordPress for Android - AndroidManifest having an android:name attribute with WordPress as attribute
...
<application
android:name="WordPress"
android:allowBackup="false"
android:hardwareAccelerated="true"
android:icon="@drawable/app_icon"
android:label="@string/app_name"
android:theme="@style/WordPress" >
...
</application>
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment