blob: f3643a3b2586ed1a5221eab177dc7e2da16de0e9 [file] [log] [blame]
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.policy.statusbar.phone"
android:sharedUserId="android.uid.system">
<application
android:allowClearUserData="false"
android:label="@string/app_label"
android:icon="@drawable/ic_launcher_settings">
<receiver
android:name="StatusBarStarter"
>
<intent-filter>
<action android:name="com.android.internal.policy.statusbar.START" />
</intent-filter>
</receiver>
<service
android:name="PhoneStatusBarService"
android:exported="false"
/>
</application>
</manifest>