T
T
Taunirhe2015-07-01 20:12:04
Android
Taunirhe, 2015-07-01 20:12:04

How to autoplay videos on android?

There is a 4K media player on Android 4.4. Rooted out of the box. There is a sane application for playing 4K video. But - it asks you to select a file at startup.
The idea is to prescribe the launch of the .mp4 file by the desired application in the autoload of Android.
How to make an application autorun I understand how to make a video file autorun - no.
Any ideas?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
Max, 2015-07-02
@mbelskiy

As an option:
Make a mobile application that registers the BroadcastReceiver for the event that the phone turns on.
When we receive this message, start a new activity with Intent action: ACTION_VIEW, and in the intent data, sew the path to the video file.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question