File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1515import com .squareup .leakcanary .LeakCanary ;
1616
1717import org .acra .ACRA ;
18- import org .acra .ReportingInteractionMode ;
1918import org .acra .annotation .ReportsCrashes ;
2019import org .acra .sender .HttpSender ;
2120
3029@ ReportsCrashes (
3130 formUri = "https://api.cryptup.io/help/acra" ,
3231 httpMethod = HttpSender .Method .POST ,
33- reportType = HttpSender .Type .JSON ,
34- mailTo = Constants .ANDROID_DEVELOPER_SUPPORT_EMAIL ,
35- mode = ReportingInteractionMode .TOAST ,
36- resToastText = R .string .application_crashed )
32+ reportType = HttpSender .Type .JSON )
3733public class FlowCryptApplication extends Application {
3834
3935 @ Override
Original file line number Diff line number Diff line change 193193 <string name =" template_email_alredy_added" >The email \"%1$s\" already added!</string >
194194 <string name =" settings_not_valid" >The settings is not valid</string >
195195 <string name =" skip_setup" >Skip setup</string >
196+ <string name =" crash_the_app" >Crash the App</string >
196197</resources >
Original file line number Diff line number Diff line change 1515 <CheckBoxPreference
1616 android : key =" @string/preferences_key_is_detect_memory_leak_enable"
1717 android : title =" @string/preferences_title_enable_detect_memory_leak" />
18+ <Preference android : title =" @string/crash_the_app" >
19+ <intent
20+ android : targetClass =" com.flowcrypt.email"
21+ android : targetPackage =" @string/application_id" />
22+ </Preference >
1823 </PreferenceCategory >
1924</PreferenceScreen >
You can’t perform that action at this time.
0 commit comments