I want to transpose the project below api level 22 to api level 28
I stay taking PreferenceActivity of project links below and I put PreferenceFragmentCompat: [1]:http://ryanfx.blogspot.com/2013/06/raspberry-pi-powered-android-controlled.html
This is my current code:[2]:https://github.com/ryanfx/GarageAndroid/blob/master/src/com/blogspot/ryanfx/activity/ConfigurationActivity.java
I have issue of the picture below and this is my project (with issue):[3]:https://github.com/neuberfran/AlarmController/blob/master/app/src/main/java/com/blogspot/neuberfran/activity/ConfigurationActivity.java
What is the best way to transpose project with PreferenceActivity/appcompat-v7:28.0.0 to androidx/PreferenceFragmentCompat ?