0

Is it possible to disable my android device not to get detected in TV or PC if it is connected using USB ports ? I want to do it through programming using java or android.

Thanks, Senthil.M

Senthil
  • 513
  • 2
  • 13
  • 24

1 Answers1

0

You will have to write your own firmware. There is no support related to "detected in TV" anywhere in Android itself -- this capability is implemented on a device-by-device basis by different manufacturers. Hence, there is nothing in the SDK to control it, either.

CommonsWare
  • 986,068
  • 189
  • 2,389
  • 2,491
  • Thanks for the reply dude. Actually I want my android application should not run in TV if suppose user has connected the mobile with TV using some AV cables. Is there any way to achieve this ? – Senthil Dec 13 '10 at 13:02
  • 1
    @Senthil: You will have to write your own firmware. There is no support related to "run in TV" anywhere in Android itself -- this capability is implemented on a device-by-device basis by different manufacturers. Hence, there is nothing in the SDK to control it, either. – CommonsWare Dec 13 '10 at 13:09