delete obsolete SELinux code.

This settings field only shows up on devices which have the
ro.build.selinux property, which is never something we added. This code
is dead.

Change-Id: I20349b4e8fea5be761047e47d4551c1a4f087a37
Test: code compiles and setting app works.
This commit is contained in:
Nick Kralevich
2017-09-27 13:33:54 -07:00
parent 2d479598f0
commit b255b3a6ed
4 changed files with 0 additions and 80 deletions

View File

@@ -103,10 +103,4 @@
android:title="@string/build_number"
android:summary="@string/summary_placeholder"/>
<!-- SELinux status information -->
<Preference
android:key="selinux_status"
android:title="@string/selinux_status"
android:summary="@string/selinux_status_enforcing"/>
</PreferenceScreen>