Created
July 12, 2022 13:40
-
-
Save merothh/fe48ce95017a56792073eb4c43aff39e to your computer and use it in GitHub Desktop.
daisy-A10 vs FP3-A11 PowerOffAlarm AndroidManifest diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
❯ git diff --no-index daisy/daisy-user-10-QKQ1.191002.002-V11.0.18.0.QDLMIXM-release-keys/PowerOffAlarm/AndroidManifest.xml FP3/FP3-REL-8901.4.A.0010-gms-f74c58a8-user-fastbootimage/PowerOffAlarm/AndroidManifest.xml | |
diff --git a/daisy/daisy-user-10-QKQ1.191002.002-V11.0.18.0.QDLMIXM-release-keys/PowerOffAlarm/AndroidManifest.xml b/FP3/FP3-REL-8901.4.A.0010-gms-f74c58a8-user-fastbootimage/PowerOffAlarm/AndroidManifest.xml | |
index 379db2b..84da7c6 100644 | |
--- a/daisy/daisy-user-10-QKQ1.191002.002-V11.0.18.0.QDLMIXM-release-keys/PowerOffAlarm/AndroidManifest.xml | |
+++ b/FP3/FP3-REL-8901.4.A.0010-gms-f74c58a8-user-fastbootimage/PowerOffAlarm/AndroidManifest.xml | |
@@ -1,10 +1,10 @@ | |
-<?xml version="1.0" encoding="utf-8" standalone="no"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" android:compileSdkVersion="29" android:compileSdkVersionCodename="10" android:sharedUserId="android.uid.system" coreApp="true" package="com.qualcomm.qti.poweroffalarm" platformBuildVersionCode="29" platformBuildVersionName="10"> | |
+<?xml version="1.0" encoding="utf-8" standalone="no"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" android:compileSdkVersion="30" android:compileSdkVersionCodename="11" coreApp="true" package="com.qualcomm.qti.poweroffalarm" platformBuildVersionCode="30" platformBuildVersionName="11"> | |
<permission android:description="@string/permdesc_power_off_alarm" android:icon="@drawable/permic_power_off_alarm" android:label="@string/permlab_power_off_alarm" android:name="org.codeaurora.permission.POWER_OFF_ALARM" android:protectionLevel="dangerous"/> | |
<uses-permission android:name="android.permission.VIBRATE"/> | |
<uses-permission android:name="android.permission.SHUTDOWN"/> | |
<uses-permission android:name="android.permission.DISABLE_KEYGUARD"/> | |
<uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED"/> | |
- <application android:defaultToDeviceProtectedStorage="true" android:extractNativeLibs="false" android:label="@string/app_name"> | |
+ <application android:defaultToDeviceProtectedStorage="true" android:extractNativeLibs="true" android:label="@string/app_name"> | |
<receiver android:directBootAware="true" android:exported="true" android:label="PowerOffAlarmBroadcastReceiver" android:name=".PowerOffAlarmBroadcastReceiver" android:permission="org.codeaurora.permission.POWER_OFF_ALARM"> | |
<intent-filter android:priority="1000"> | |
<action android:name="org.codeaurora.poweroffalarm.action.CANCEL_ALARM"/> | |
@@ -18,10 +18,5 @@ | |
<category android:name="android.intent.category.DEFAULT"/> | |
</intent-filter> | |
</activity> | |
- <receiver android:name="com.qualcomm.qti.poweroffalarm.PowerOffAlarmDialog$ShutDownReceiver" android:permission="org.codeaurora.permission.POWER_OFF_ALARM"> | |
- <intent-filter> | |
- <action android:name="org.codeaurora.poweroffalarm.action.ALARM_POWER_OFF"/> | |
- </intent-filter> | |
- </receiver> | |
</application> | |
</manifest> | |
\ No newline at end of file |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment