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

Commit 48ba934c authored by Joe Onorato's avatar Joe Onorato Committed by Android Git Automerger
Browse files

am f00734fe: am 79de0c55: Move the StatusBarPhone package into a new catch-all SystemUI.apk.

parents 7a3dbac3 f00734fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ LOCAL_SRC_FILES := $(call all-subdir-java-files)

LOCAL_JAVA_LIBRARIES := services

LOCAL_PACKAGE_NAME := StatusBarPhone
LOCAL_PACKAGE_NAME := SystemUI
LOCAL_CERTIFICATE := platform

include $(BUILD_PACKAGE)
+3 −3
Original line number Diff line number Diff line
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
        package="com.android.policy.statusbar.phone"
        package="com.android.systemui"
        android:sharedUserId="android.uid.system">

    <application
@@ -8,14 +8,14 @@
        android:icon="@drawable/ic_launcher_settings">
                 
        <receiver
            android:name="StatusBarStarter"
            android:name=".statusbar.StatusBarStarter"
            >
            <intent-filter>
                <action android:name="com.android.internal.policy.statusbar.START" />
            </intent-filter>
        </receiver>
        <service
            android:name="PhoneStatusBarService"
            android:name=".statusbar.PhoneStatusBarService"
            android:exported="false"
            />
    </application>
Loading