acra: ignore password preference

This commit is contained in:
Andrew Dolgov 2015-02-11 00:21:11 +04:00
parent 3496ecde74
commit a7f69e2c95
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.fox.ttrss"
android:versionCode="297"
android:versionCode="298"
android:versionName="1.87" >
<uses-sdk

View File

@ -8,6 +8,7 @@ import org.acra.ReportingInteractionMode;
import org.acra.annotation.ReportsCrashes;
import org.fox.ttrss.types.Feed;
@ReportsCrashes(formKey = "", mode = ReportingInteractionMode.DIALOG,
excludeMatchingSharedPreferencesKeys = {"password"},
resDialogText = R.string.crash_dialog_text,
formUri = "http://tt-rss.org/acra/submit/")
public class GlobalState extends Application {
@ -30,7 +31,7 @@ public class GlobalState extends Application {
super.onCreate();
ACRA.init(this);
m_singleton = this;
//m_singleton = this;
}
public void save(Bundle out) {