Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e638ac22 authored by ABAAKOUK Mehdi's avatar ABAAKOUK Mehdi
Browse files

Add Launcher and Spart Parts Settings

parent 4a86068a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2307,4 +2307,6 @@ found in the list of installed applications.</string>
    <string name="proxy_setting_summary">Configure a proxy to access the internet</string>
    <string name="proxy_wifi_only">Use proxy only on wifi</string>

	<string name="spare_settings_title">Spare Parts</string>
	<string name="launcher_settings_title">Launcher</string>
</resources>
+21 −0
Original line number Diff line number Diff line
@@ -39,6 +39,17 @@
                android:targetClass="com.android.phone.CallFeaturesSetting" />
        </com.android.settings.IconPreferenceScreen>

        <!-- Launcher -->

        <com.android.settings.IconPreferenceScreen
            settings:icon="@drawable/ic_settings_sound_display"
            android:title="@string/launcher_settings_title">
            <intent
                android:action="android.intent.action.MAIN"
                android:targetPackage="com.android.launcher"
                android:targetClass="com.android.launcher.MyLauncherSettings" />
        </com.android.settings.IconPreferenceScreen>

        <!-- Sound and Display -->

        <com.android.settings.IconPreferenceScreen
@@ -178,6 +189,16 @@
                android:targetClass="com.android.settings.DateTimeSettings" />
        </com.android.settings.IconPreferenceScreen>

  		<!-- Spare Parts -->
  		<PreferenceScreen
            settings:icon="@drawable/ic_settings_about"
      		android:title="@string/spare_settings_title">
      		<intent
          		android:action="android.intent.action.MAIN"
          		android:targetPackage="com.android.spare_parts"
          		android:targetClass="com.android.spare_parts.SpareParts" />
  		</PreferenceScreen>

        <!-- About Device -->

        <com.android.settings.IconPreferenceScreen