Enabled history for ListActivity
This fixed the bug where is was impossible to save new ringers 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="193"
|
||||
android:versionName="2d85541" >
|
||||
android:versionCode="198"
|
||||
android:versionName="2840b64" >
|
||||
|
||||
<uses-sdk android:minSdkVersion="7"/>
|
||||
|
||||
@@ -50,10 +50,9 @@
|
||||
<activity
|
||||
android:name=".ui.ListActivity"
|
||||
android:configChanges="keyboard|orientation"
|
||||
android:label="@string/app_name" android:noHistory="true" android:excludeFromRecents="true">
|
||||
android:label="@string/app_name" android:excludeFromRecents="true">
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
|
||||
<category android:name="android.intent.category.LAUNCHER" />
|
||||
|
||||
<action android:name="android.intent.action.CREATE_SHORTCUT" />
|
||||
|
||||
Reference in New Issue
Block a user