Android13 隐藏系统相机里引导页

第一次打开相机,会出现如下的引导页

而在某些场景下(如工厂CIT自动化),需要隐藏此引导页。

java 复制代码
LINUX/android/vendor/codeaurora/packages/apps/SnapdragonCamera
diff --git a/src/com/android/camera/CaptureUI.java b/src/com/android/camera/CaptureUI.java
index 57a6bb44f..7f2e1c92f 100755
--- a/src/com/android/camera/CaptureUI.java
+++ b/src/com/android/camera/CaptureUI.java
@@ -3633,9 +3633,10 @@ public class CaptureUI implements FocusOverlayManager.FocusUI,
     }
 
     private void showFirstTimeHelp(int topMargin, int bottomMargin) {
+        Log.e(TAG,"showFirstTimeHelp");
         mMenuHelp = (MenuHelp) mRootView.findViewById(R.id.menu_help);
         mMenuHelp.setForCamera2(true);
-        mMenuHelp.setVisibility(View.VISIBLE);
+        mMenuHelp.setVisibility(View.GONE);
         mMenuHelp.setMargins(topMargin, bottomMargin);
         mMenuHelp.setOnClickListener(new View.OnClickListener() {
             @Override

单编SnapdragonCamera.apk

push 进去,收工!

相关推荐
2501_916007471 小时前
苹果手机iOS应用管理全指南与隐藏功能详解
android·ios·智能手机·小程序·uni-app·iphone·webview
LFly_ice2 小时前
Nest-管道
android·java·数据库
ab_dg_dp3 小时前
android bugreport 模块源码分析
android
2501_915106324 小时前
全面理解 iOS 帧率,构建从渲染到系统行为的多工具协同流畅度分析体系
android·ios·小程序·https·uni-app·iphone·webview
繁星星繁4 小时前
【Mysql】数据库基础
android·数据库·mysql
李坤林4 小时前
Android 12 中 App 与 SurfaceFlinger(SF)的 Vsync 通信机制
android·surfaceflinger
高远-临客4 小时前
unity IL2CPP模式下中使用UMP插件打包后无法播放视频监控报错问题解决方案
android·unity·音视频
装不满的克莱因瓶5 小时前
Windows下安装Dart
android·flutter·dart·移动端
Yao_YongChao5 小时前
adb wifi连接Android手机
android·adb·智能手机·无线连接手机·wifi连接手机
安果移不动5 小时前
git Cherry-Pick合并分支上的某些commits-》Android studio
android·git·android studio