[Android] Add an about screen that shows build revision.

This commit is contained in:
Ryan Houdek
2013-06-22 22:54:28 -05:00
parent fea1e3b698
commit 6bb7cc5fea
8 changed files with 210 additions and 88 deletions

View File

@ -41,6 +41,9 @@
<activity
android:name=".GameListActivity" >
</activity>
<activity
android:name=".AboutActivity" >
</activity>
</application>
</manifest>