Close Kodi Properly (Programmaticaly) in Android
#1
Question 
On android:
Any BroadcastReceivers or any other methods ? Help Nod

How close kodi in android by NOT this way:
Code:
kill $(pgrep org.xbmc.kodi)
from java android application?
Reply
#2
kodi-send --action="Quit'
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#3
(2017-05-06, 04:41)nickr Wrote: kodi-send --action="Quit'

What is "kodi-send"? Is it possible in android?
Thank you ...
Reply
#4
Not sure if it is in the android apk, the other option of course is to send Quit via JSON.
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply
#5
Do you mean this:
https://github.com/xbmc/xbmc/blob/master...di-send.py
?
Reply
#6
yes that looks like it Smile
If I have helped you or increased your knowledge, click the 'thumbs up' button to give thanks :) (People with less than 20 posts won't see the "thumbs up" button.)
Reply

Logout Mark Read Team Forum Stats Members Help
Close Kodi Properly (Programmaticaly) in Android0