summaryrefslogtreecommitdiffstats
path: root/mobile/android/services/src/main/res/menu/fxaccount_status_menu.xml
blob: 16f72a7ca1586045c21b5ed95647e3a5d605532a (plain)
1
2
3
4
5
6
7
8
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
  <item
      android:id="@+id/enable_debug_mode"
      android:checkable="true"
      android:checked="false"
      android:title="@string/fxaccount_enable_debug_mode" />
</menu>