OSDN Git Service

電源OFFをコメントに。
authorMRSa <mrsa@myad.jp>
Wed, 6 May 2020 07:05:54 +0000 (16:05 +0900)
committerMRSa <mrsa@myad.jp>
Wed, 6 May 2020 07:05:54 +0000 (16:05 +0900)
app/src/main/res/xml/preferences_summary.xml

index f8ad09a..bd27a2e 100644 (file)
@@ -2,12 +2,12 @@
 <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
     <PreferenceCategory
         android:title="@string/pref_cat_application_control">
-/*
+<!--
         <PreferenceScreen
             android:key="exit_application"
             android:icon="@drawable/ic_power_settings_new_black_24dp"
             android:title="@string/pref_exit_power_off" />
-*/
+-->
         <ListPreference
             android:title="@string/pref_connection_method"
             android:entryValues="@array/connection_method_value"