Line 132 of src/org/mythtv/client/ui/preferences/MythPreferenceActivity.java causes a compiler error due to the Build.VERSION_CODES.KITKAT while Amazon headers define only up to JELLY_BEAN.
Further the isValidFragment() routine is not defined in the Fire SDK based in 4.4.2.
Is there a way to correctly control this fragment such that it wont conflict with the KITKAT build for mainline Android builders?