IR Remote control app
I'm making a remote control app with 6 buttons which works with samsung tv's. For kitkat I used the new api ConsumerIRmanager but I want the app to work with jellybean also so the app works great for kitkat version but it won't start on jellybean here is the code: public class MainActivity extends Activity { Object irdaService; Method irWrite; SparseArray<String> irData; TextView mFreqsText; ConsumerIrManager mCIR; ImageButton power; SeekBar sBar; @Override protected void onCreate(Bundle savedInstanceState) { // Be sure to call the super class. super.onCreate(savedInstanceState);