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

Commit 13e11f0d authored by android-build-team Robot's avatar android-build-team Robot
Browse files

Snap for 5563067 from e575fc44 to qt-release

Change-Id: If67461673682a9ca59a6b049e6cdaa5065c90829
parents 829e3458 e575fc44
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -164,7 +164,8 @@
        </receiver>

        <activity android:name=".SubSettings"
                android:parentActivityName="Settings" />
                android:parentActivityName="Settings"
                android:theme="@style/Theme.SubSettings"/>

        <activity android:name=".Settings$CreateShortcutActivity"
                  android:label="@string/settings_shortcut">
@@ -2705,10 +2706,8 @@
            </intent-filter>
        </activity>

        <activity
        <receiver
            android:name=".wifi.slice.ConnectToWifiHandler"
            android:theme="@android:style/Theme.NoDisplay"
            android:excludeFromRecents="true"
            android:exported="false" />

        <activity
+20.9 KiB
Loading image diff...
+20 KiB
Loading image diff...
+2 −2
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@
    xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:fitsSystemWindows="true"
    android:orientation="vertical">
    <Toolbar
        android:id="@+id/action_bar"
@@ -30,6 +31,5 @@
    <FrameLayout
        android:id="@+id/content_frame"
        android:layout_width="match_parent"
        android:layout_height="fill_parent"
        android:background="?android:attr/windowBackground" />
        android:layout_height="match_parent"/>
</LinearLayout>
Loading