mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-26 17:47:40 +00:00
Merge pull request #608 from keymanapp/android-remove-crash-button
[Android] Remove test button that forced crashes
This commit is contained in:
commit
28531bd008
2 changed files with 1 additions and 11 deletions
|
|
@ -1,5 +1,5 @@
|
|||
/**
|
||||
* Copyright (C) 2017 SIL International. All rights reserved.
|
||||
* Copyright (C) 2018 SIL International. All rights reserved.
|
||||
*/
|
||||
|
||||
package com.tavultesoft.kmapro;
|
||||
|
|
@ -366,10 +366,6 @@ public class MainActivity extends Activity implements OnKeyboardEventListener, O
|
|||
case R.id.action_info:
|
||||
showInfo();
|
||||
return true;
|
||||
// action_crash is temporary for testing integration of Crashlytics, and will be removed
|
||||
case R.id.action_crash:
|
||||
Crashlytics.getInstance().crash(); // Force a crash
|
||||
return true;
|
||||
case R.id.action_share:
|
||||
showShareDialog();
|
||||
return true;
|
||||
|
|
|
|||
|
|
@ -42,12 +42,6 @@
|
|||
android:title="@string/action_info"
|
||||
android:icon="@drawable/ic_light_action_info" />
|
||||
|
||||
<!-- For testing Crashlytics. Not for release -->
|
||||
<item
|
||||
android:id="@+id/action_crash"
|
||||
android:title="Crash"
|
||||
android:icon="@drawable/ic_light_action_trash" />
|
||||
|
||||
<item
|
||||
android:id="@+id/action_get_started"
|
||||
android:title="@string/get_started"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue