acra: ignore password preference
This commit is contained in:
parent
3496ecde74
commit
a7f69e2c95
@ -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
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user