Created
January 27, 2019 18:46
-
-
Save ShivamKumarJha/9a8fe7415665266034d4ebcc5b331e29 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
diff --git a/ims.apk b/ims.apk | |
index d98706e..3e4792c 100644 | |
Binary files a/ims.apk and b/ims.apk differ | |
diff --git a/ims/apktool.yml b/ims/apktool.yml | |
index 3cfe49c..1d69909 100644 | |
--- a/ims/apktool.yml | |
+++ b/ims/apktool.yml | |
@@ -2,7 +2,6 @@ | |
apkFileName: ims.apk | |
compressionType: false | |
doNotCompress: | |
-- dex | |
- arsc | |
- res/drawable-hdpi-v4/volte_icon | |
- res/drawable-mdpi-v4/volte_icon | |
diff --git a/ims/smali/org/codeaurora/ims/ImsServiceStateReceiver.smali b/ims/smali/org/codeaurora/ims/ImsServiceStateReceiver.smali | |
index cb768c3..f0a2696 100644 | |
--- a/ims/smali/org/codeaurora/ims/ImsServiceStateReceiver.smali | |
+++ b/ims/smali/org/codeaurora/ims/ImsServiceStateReceiver.smali | |
@@ -490,8 +490,6 @@ | |
sget-object v6, Landroid/os/UserHandle;->ALL:Landroid/os/UserHandle; | |
- invoke-virtual {v5, v2, v1, v4, v6}, Landroid/app/NotificationManager;->notifyAsUser(Ljava/lang/String;ILandroid/app/Notification;Landroid/os/UserHandle;)V | |
- | |
.line 120 | |
.end local v0 # "channel":Landroid/app/NotificationChannel; | |
.end local v3 # "builder":Landroid/app/Notification$Builder; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment