Co-authored-by: Arian <arian.kulmer@web.de> Change-Id: Iad52ad7d41ae69d8855dd80175b1faf79e56e382 Signed-off-by: Fiqri Ardyansyah <fiqri191002@gmail.com>
51 lines
1.6 KiB
Diff
51 lines
1.6 KiB
Diff
From 26fda4e54af21647d8481f5c8a1198f350f1f55e Mon Sep 17 00:00:00 2001
|
|
From: Arian <arian.kulmer@web.de>
|
|
Date: Wed, 16 Oct 2024 01:29:58 +0200
|
|
Subject: [PATCH 07/10] Change com.android.camera.action.REVIEW to
|
|
android.provider.action.REVIEW
|
|
|
|
This is the standard intent for review actions
|
|
---
|
|
smali/com/android/camera/a6.smali | 2 +-
|
|
smali/com/android/camera/l3.smali | 4 ++--
|
|
2 files changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/smali/com/android/camera/a6.smali b/smali/com/android/camera/a6.smali
|
|
index 67970325c..c7d160683 100644
|
|
--- a/smali/com/android/camera/a6.smali
|
|
+++ b/smali/com/android/camera/a6.smali
|
|
@@ -193,7 +193,7 @@
|
|
|
|
.field public static d1:J = 0x0L
|
|
|
|
-.field public static final e:Ljava/lang/String; = "com.android.camera.action.REVIEW"
|
|
+.field public static final e:Ljava/lang/String; = "android.provider.action.REVIEW"
|
|
|
|
.field public static final e0:I = 0x8c36
|
|
|
|
diff --git a/smali/com/android/camera/l3.smali b/smali/com/android/camera/l3.smali
|
|
index ecc8ba3b0..a5c3e074d 100644
|
|
--- a/smali/com/android/camera/l3.smali
|
|
+++ b/smali/com/android/camera/l3.smali
|
|
@@ -1090,7 +1090,7 @@
|
|
|
|
move-result p0
|
|
|
|
- const-string v0, "com.android.camera.action.REVIEW"
|
|
+ const-string v0, "android.provider.action.REVIEW"
|
|
|
|
if-eqz p0, :cond_0
|
|
|
|
@@ -1151,7 +1151,7 @@
|
|
|
|
const-string p1, "GalleryHelper"
|
|
|
|
- const-string v1, "gotoGallery: com.android.camera.action.REVIEW"
|
|
+ const-string v1, "gotoGallery: android.provider.action.REVIEW"
|
|
|
|
invoke-static {p1, v1, p0}, Lcom/android/camera/log/Log;->d(Ljava/lang/String;Ljava/lang/String;[Ljava/lang/Object;)V
|
|
|
|
--
|
|
2.47.2
|
|
|