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

Commit 6e104434 authored by Clark Scheff's avatar Clark Scheff Committed by Jessica Wagantall
Browse files

Revert "Use Theme.Settings for deviceinfo.Status"

Issue-Id: RM-170

This reverts commit aa3b5bbb.

Change-Id: Ib7299aff67562f18e9a102874234b35691e5eb8a
parent 205142ac
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -1291,7 +1291,7 @@
        <!-- Runs in the phone process since it needs access to the Phone object -->
        <activity android:name=".deviceinfo.Status"
                android:label="@string/device_status_activity_title"
                android:theme="@style/Theme.Settings"
                android:theme="@style/Theme.SubSettingsDialogWhenLarge"
                android:process="com.android.phone"
                android:parentActivityName="Settings$DeviceInfoSettingsActivity">
            <intent-filter>
@@ -1304,7 +1304,7 @@
        <!-- Runs in the phone process since it needs access to the Phone object -->
        <activity android:name=".deviceinfo.SimStatus"
                android:label="@string/sim_status_title"
                android:theme="@style/Theme.Settings"
                android:theme="@style/Theme.SubSettingsDialogWhenLarge"
                android:process="com.android.phone">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />
@@ -1316,7 +1316,7 @@
        <!-- Runs in the phone process since it needs access to the Phone object -->
        <activity android:name=".deviceinfo.ImeiInformation"
                android:label="@string/imei_information_title"
                android:theme="@style/Theme.Settings"
                android:theme="@style/Theme.SubSettingsDialogWhenLarge"
                android:process="com.android.phone">
            <intent-filter>
                <action android:name="android.intent.action.MAIN" />