I know what is the difference between SD and DP in Android development and it makes perfect sense ... except for Android TV.
It seems wrong that the fonts would be smaller on a bigger TV screen. Why? Because typically having bigger TV means that the user will be sitting much further from it. So in my opinion fonts should scale proportionally to the layout.
I'm looking for a confirmation from somebody else that using DPs in Android TV makes perfect sense and I can ignore all Warning: Should use "sp" instead of "dp" for text sizes [SpUsage]
warnings from Lint tool.