Added Legal Activty, and made a lot of tweaks
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user