SampleNetworkTuner is the reference DVB Tuner. Partners should copy these files to their own directory and modify as needed.
adb root
adb remount
Edit system/etc/permissions/privapp-permissions-atv.xml
<privapp-permissions package="com.android.tv.tuner.sample.network"> <permission name="android.permission.DVB_DEVICE"/> </privapp-permissions>
adb shell mkdir /system/priv-app/SampleNetworkTuner adb push <path to apk> /system/priv-app/SampleNetworkTuner/SampleNetworkTuner.apk