Added Legal Activty, and made a lot of tweaks

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-10-11 10:59:29 -04:00
parent 33b5da7bce
commit 2d85541638
29 changed files with 686 additions and 274 deletions

View File

@@ -2,8 +2,8 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.TwentyCodes.android.LocationRinger"
android:installLocation="internalOnly"
android:versionCode="166"
android:versionName="ee943ea" >
android:versionCode="176"
android:versionName="33b5da7" >
<uses-sdk android:minSdkVersion="7"/>
@@ -50,7 +50,7 @@
<activity
android:name=".ui.ListActivity"
android:configChanges="keyboard|orientation"
android:label="@string/app_name" >
android:label="@string/app_name" android:noHistory="true" android:excludeFromRecents="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
@@ -114,7 +114,7 @@
<activity
android:name="com.TwentyCodes.android.exception.ExceptionReportActivity"
android:configChanges="keyboard|orientation" />
android:configChanges="keyboard|orientation" android:excludeFromRecents="true" android:noHistory="true"/>
<service android:name="com.TwentyCodes.android.exception.ReportPostingService" />
@@ -131,6 +131,7 @@
<action android:name="android.intent.action.CREATE_SHORTCUT" />
</intent-filter>
</activity>
<activity android:name="LegalActivity"></activity>
</application>
</manifest>