随笔分类 - Android小知识点
记录android零碎的知识点
摘要:https://www.cnblogs.com/nihaorz/p/7852641.html pom <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi
阅读全文
摘要:https://codeload.github.com/bihe0832/Android-GetAPKInfo/zip/master 下载地址 https://github.com/bihe0832 AndroidGetAPKInfo 项目简介 作为基于Android平台的渠道SDK的开发者或者联调
阅读全文
摘要:https://liuzhichao.com/2016/jadx-decompiler.html 在jadx出现之前,我一般是使用apktool和dex2jar这两个Android反编译工具。这两个工具也有不同的侧重点,如果只是想拿到apk里的一些图片或其他资源或是查看一下布局的layout文件,直
阅读全文
摘要:https://android-developers.googleblog.com/2019/07/capturing-audio-in-android-q.html
阅读全文
摘要:一、如何下载Google Play商店的apk? 1. Google浏览器,安装扩展程序(需要FQ ):APK Downloader 2. 然后打开 APK Downloader (不需要FQ即可打开) 例如 安装 Twitter 打开 Google play商店的应用地址:https://play
阅读全文
摘要:http://unicode.org/reports/tr35/#unicode_script_subtag_validity
阅读全文
摘要:http://www.devba.com/index.php/archives/6157.html Android闪屏问题的分析思路 作者:孤风一剑 发布:2015-01-22 12:35 栏目:移动开发 点击:2,114次 评论关闭 闪屏问题作为Android的一类常见问题,原因复杂多样.我们在这
阅读全文
摘要:https://source.android.google.cn/devices/bootloader/product-partitions 编译 product 分区 Android 9 支持使用 Android 编译系统构建 /product 分区。之前,Android 8.x 强制将系统芯片
阅读全文
摘要:https://blog.csdn.net/myfriend0/article/details/77094890/ Android加密之文件级加密
阅读全文
摘要:ubuntu系统: adb shell dumpsys activity activities | sed -En -e '/Running activities/,/Run #0/p' window系统: 方法一: adb shell 进入,然后执行: dumpsys activity activ
阅读全文
摘要:在eng/userdebug版本中 使用getenforce 命令查询当前权限状态,如:adb shell getenforce 使用setenforce 命令进行设置:adb shell setenforce 0 //设置成permissive 模式adb shell setenforce 1 /
阅读全文
摘要:下面几篇介绍的不错,推荐看看 https://www.jianshu.com/p/3ad2163f7d34 Android 9.x 多用户机制 1 #Profile user创建过程 https://www.jianshu.com/p/12dd5408943a Android 9.x多用户机制 2
阅读全文
摘要:RFC2119 https://www.ietf.org/rfc/rfc2119.txt Network Working Group S. Bradner Request for Comments: 2119 Harvard University BCP: 1...
阅读全文
该文被密码保护。
摘要:摘自: https://www.ibm.com/developerworks/cn/opensource/os-cn-android-build/index.html 前言 Android Build 系统是 Android 源码的一部分。关于如何获取 Android 源码,请参照 Android
阅读全文
该文被密码保护。
摘要:https://www.cnblogs.com/gengzhaoyun/p/7607751.html apk增加系统签名的方法 https://blog.csdn.net/xiaoyi_tdcq/article/details/79272047 android系统签名 https://blog.cs
阅读全文
摘要:https://blog.csdn.net/rikeyone/article/details/84337115 如何快速定位SElinux问题并修复? https://blog.csdn.net/ch853199769/article/details/82501078?utm_source=blog
阅读全文