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

Commit 0d1cf5b8 authored by DroidFreak32's avatar DroidFreak32 Committed by Bruno Martins
Browse files

LineageParts: Expose rotation settings activity

Change-Id: Ifcfc16d03fafc2b8b291d0043b3f2f552c6cefe3
parent 5a0fa6b6
Loading
Loading
Loading
Loading
+12 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<!--
     SPDX-FileCopyrightText: 2016 The CyanogenMod Project
     SPDX-FileCopyrightText: 2017-2023 The LineageOS Project
     SPDX-FileCopyrightText: 2017-2024 The LineageOS Project
     SPDX-License-Identifier: Apache-2.0
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
@@ -174,6 +174,17 @@
                android:resource="@string/summary_empty" />
        </activity-alias>

        <!-- Rotation settings -->
        <activity-alias
            android:name=".hardware.DisplayRotation"
            android:exported="true"
            android:targetActivity="PartsActivity">
            <intent-filter>
                <action android:name="org.lineageos.lineageparts.DISPLAY_ROTATION" />
                <category android:name="android.intent.category.DEFAULT" />
            </intent-filter>
        </activity-alias>

        <!-- Status bar settings (System category) -->
        <activity-alias
            android:name=".statusbar.StatusBarSettings"