Updated to meet exception handler lib requirements

Change-Id: If543f6fa41123a09aabdc0241547cb83d91f488a
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-03-01 13:24:30 -05:00
parent f6cd5d3d56
commit 1e77c8ab97
2 changed files with 13 additions and 9 deletions

View File

@@ -15,6 +15,7 @@
android:label="@string/app_name" >
<activity
android:name="GameListActivity"
android:configChanges="keyboard|keyboardHidden|orientation"
android:label="@string/app_name"
android:theme="@style/MyTheme" >
<intent-filter>
@@ -40,6 +41,9 @@
android:name="Settings"
android:theme="@style/MyTheme" >
</activity>
<service android:name="com.TwentyCodes.android.exception.ReportPostingService" >
</service>
</application>
</manifest> <!-- android:screenOrientation="portrait" -->