Bringing an app into foreground from background

I need to open an app running in the background without restarting it. I’m using Java. Can someone help me with command?

if it is Android do:

 try {
   driver.runAppInBackground(1)
 } catch (Exception e) {
  //ignore. sometimes here appium eror happens.
 }

Does instrument support bringing app from background ?

Its a moto G. I think i’ve tried that method already. I’ll try it again though. Thankyou