Force android cell phone to run the home remote app always

I would like to use a smart phone to control my devices, but that the HOME REMOTE app is always open even when the phone is restarted, I have seen android-based systems that always run applications, is this possible?
Any recommendation ?
Excuse the ignorance …
and thanks in advance.

Can you clarify on

I would like to use a smart phone to control my devices, but that the HOME REMOTE app is always open even when the phone is restarted

Else, If Android and looking at the title of your post you may be referring to this : https://joaoapps.com/autolaunch/

1 Like

Also check out the app Fully Kiosk.

1 Like

Thank you very much for your quick response … I tried Bill’s option and it is exactly what I needed to do, although you have to pay a license, the option that Eman put in I have not tried yet but I suppose it should work.
Maybe the translation was bad but the title of my post is correct.
I write from Mexico and use the Google translator, I appreciate his help.

1 Like

OK,
No problem and if you are already using Tasker I will show a very quick way to do it.

Or create a file with a text editor and name it Device_Boot.prf.xml with the contents below and import it with Tasker. So next time your device restarts you will have Home Remote start. The code at the bottom it should end with TaskerData as in the image below

<TaskerData sr="" dvi="1" tv="5.12.22">
<Profile sr="prof25" ve="2">
	<cdate>1604718559654</cdate>
	<clp>true</clp>
	<edate>1626165083121</edate>
	<flags>8</flags>
	<id>25</id>
	<mid0>26</mid0>
	<nme>Device Boot</nme>
	<Event sr="con0" ve="2">
		<code>411</code>
		<pri>0</pri>
	</Event>
</Profile>
<Task sr="task26">
	<cdate>1608419812209</cdate>
	<edate>1626164925064</edate>
	<id>26</id>
	<nme>Home_Remote</nme>
	<Action sr="act0" ve="7">
		<code>20</code>
		<App sr="arg0">
			<appClass>crc6415c3761ce096b3d9.MainActivity</appClass>
			<appPkg>com.thehomeremote.homeremote</appPkg>
			<label>Home Remote</label>
		</App>
		<Str sr="arg1" ve="3"/>
		<Int sr="arg2" val="0"/>
		<Int sr="arg3" val="0"/>
	</Action>
</Task>
1 Like