|
@@ -90,6 +90,7 @@ public class InfraredRemoteActivity extends AppCompatActivity {
|
|
startActivityForResult(intent,Activity.RESULT_FIRST_USER);
|
|
startActivityForResult(intent,Activity.RESULT_FIRST_USER);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ @JavascriptInterface
|
|
public String getChannel(){
|
|
public String getChannel(){
|
|
return ChannelReaderUtil.getChannel(this.context.getApplicationContext());
|
|
return ChannelReaderUtil.getChannel(this.context.getApplicationContext());
|
|
}
|
|
}
|