How to scroll on a specific character of the screen(Android)?

Try this

driver.findElementByAndroidUIAutomator(“new UiScrollable(new UiSelector()).scrollIntoView(text(”"+text+""));");

It works well if your text is unique. Let me know if this works

How do you pass the dynamic text here, can you explain once?