SettingsFragment must be public
Summary
commit 3308efe changed access modifier of SettingsFragment from public to package private causing an app crash when trying to enter settings because the system will not be able to recreate the fragment when needed
Test Plan
Apply patch and verify that you can successfully open the SettingsFragment again.