summaryrefslogtreecommitdiff
path: root/java/com/android/dialer/notification/AndroidManifest.xml
diff options
context:
space:
mode:
Diffstat (limited to 'java/com/android/dialer/notification/AndroidManifest.xml')
-rw-r--r--java/com/android/dialer/notification/AndroidManifest.xml16
1 files changed, 2 insertions, 14 deletions
diff --git a/java/com/android/dialer/notification/AndroidManifest.xml b/java/com/android/dialer/notification/AndroidManifest.xml
index 741f481ca..b89d8f816 100644
--- a/java/com/android/dialer/notification/AndroidManifest.xml
+++ b/java/com/android/dialer/notification/AndroidManifest.xml
@@ -1,3 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2017 The Android Open Source Project
~
@@ -13,19 +14,6 @@
~ See the License for the specific language governing permissions and
~ limitations under the License
-->
-
-<manifest
- xmlns:android="http://schemas.android.com/apk/res/android"
+<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.dialer.notification">
-
- <uses-sdk android:minSdkVersion="23"/>
- <application>
- <receiver android:name=".PackageUpdatedReceiver"
- android:directBootAware="true">
- <intent-filter>
- <action android:name="android.intent.action.MY_PACKAGE_REPLACED"/>
- <action android:name="android.intent.action.LOCKED_BOOT_COMPLETED"/>
- </intent-filter>
- </receiver>
- </application>
</manifest>