Focus not showing On Navigation

Hello, @goenjoy @hyphop

Focus Not showing on Navigation
using IR Remote we are not able Not able to see Focus on UI while navigating in setting app
Please check on different location in apps while we are navigating from one option to another option so UI doesn’t show navigation focus so user will not understand how to select option using IR remote

Please check sample videos link to understand actual behavior more

@VikasP Settings itself is an application for touch. It is not friendly for infrared remote control support. So it is not only the place you pointed out that has problems, but also many other places. To fundamentally solve this problem, you need to replace it with a TvSettings application.

Thank for suggestion @goenjoy

Could you please suggest which TvSettings application we should go for

@VikasP The changes are a little big, and TvSettings are not maintained at present, so we haven’t added the corresponding thing of khadas settings. Therefore, it is not recommended to change. If you want to change, please restore the commit corresponding to the following directory:

frameworks/base$ git log --grep=Settings
commit 7709a9def9c5053f397bffff4b315684b7e19a33
Author: tenk.wang <tenk.wang@wesion.com>
Date:   Fri Oct 8 11:45:08 2021 +0800

    Settings: disable open com.android.tv.settings
    
    Change-Id: Ie3ec51c2e19e900b9538f411bafdfb87641bb79

device/google/atv$ git log --grep=Settings
commit fa5f1c8b6b0594605bd456714d6e742492a1cd78 (HEAD -> vim4)
Author: Goenjoy Huang <goenjoy@khadas.com>
Date:   Mon May 30 15:58:51 2022 +0000

    remove TvSettings app
    
    Signed-off-by: Goenjoy Huang <goenjoy@khadas.com>

device/khadas$ git log --grep=Settings
commit a9e0fecf22e17b4fcf3feef58223d888dcac734e
Author: Goenjoy Huang <goenjoy@khadas.com>
Date:   Mon Aug 1 11:15:20 2022 +0800

    add DroidTvSettings app complie
    
    Signed-off-by: Goenjoy Huang <goenjoy@khadas.com>
    Change-Id: I0586fd37b779e8328ff8efdbd052bff76fc5e1a8

commit a017f84485578375f327de48835039c07219ea00
Author: Goenjoy Huang <goenjoy@khadas.com>
Date:   Mon May 30 16:04:25 2022 +0000

    remove DroidLiveTvSettings and DroidTvSettings app
    
    Signed-off-by: Goenjoy Huang <goenjoy@khadas.com>
    Change-Id: Ib72c1b0c762f01a4f6baba08f67e5cea246a4ecf

device/khadas$ git diff
@@ -232,7 +232,6 @@ PRODUCT_PACKAGES += lights
 PRODUCT_PACKAGES += \
     Launcher3QuickStep \
     FactoryTest \
-    Settings \
     KSettings \
     KTools \
     SchPwrOnOff \