balavishnu
balavishnu
@tundisi Thank you. Your solution worked. Only problem is that the "back" Animation is not smooth, is there any way to make it smooth?
Yes, I am also facing the same issue
@AsynctaskCoffee Did some search and found that its a change in Android 10 and above. Need to add android:requestLegacyExternalStorage="true" to your element in the manifest. More details in the below...
This worked for me if(getActivity().findViewById(R.id.menu_item)!=null) sequence.addSequenceItem(getActivity().findViewById(R.id.menu_item), "Description", "GOT IT");