Category "android-tv"

Broadcast receiver not working for INITIALIZE_PROGRAMS action

I'm developing an Android TV app, and I'm setting up a broadcast receiver to run a work class when the user installs the app. Following the Google documentation

disable the scroll effect of the action list

I've got a GuidedStepSupportFragment fragment like this. public class SampleStepFragment extends GuidedStepSupportFragment { @NonNull @Override pu