vault backup: 2022-07-12 10:11:34

Affected files:
.obsidian/workspace
02. PARA/02. Area(領域)/20150803 - Android/ADB 取得 APK 的 icon.md
attachments/Pasted image 20220712100904.png
This commit is contained in:
2022-07-12 10:11:34 +08:00
parent cd42b28a09
commit ce1c78ad43
3 changed files with 13 additions and 6 deletions

12
.obsidian/workspace vendored
View File

@@ -9,7 +9,7 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "02. PARA/01. Project專案/008. Sentinel.md", "file": "02. PARA/02. Area領域/20150803 - Android/ADB 取得 APK 的 icon.md",
"mode": "source", "mode": "source",
"source": true "source": true
} }
@@ -69,7 +69,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "02. PARA/01. Project專案/008. Sentinel.md", "file": "02. PARA/02. Area領域/20150803 - Android/ADB 取得 APK 的 icon.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@@ -86,7 +86,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "02. PARA/01. Project專案/008. Sentinel.md" "file": "02. PARA/02. Area領域/20150803 - Android/ADB 取得 APK 的 icon.md"
} }
} }
} }
@@ -116,6 +116,8 @@
}, },
"active": "ec13ce58b15fa6d4", "active": "ec13ce58b15fa6d4",
"lastOpenFiles": [ "lastOpenFiles": [
"02. PARA/02. Area領域/20150803 - Android/ADB 取得 APK 的 icon.md",
"02. PARA/02. Area領域/20150803 - Android/ADB.md",
"02. PARA/01. Project專案/008. Sentinel.md", "02. PARA/01. Project專案/008. Sentinel.md",
"02. PARA/03. Resources資源/QT/QVariant.md", "02. PARA/03. Resources資源/QT/QVariant.md",
"00. TOP/01. TODO.md", "00. TOP/01. TODO.md",
@@ -123,8 +125,6 @@
"01. Daily/2021/06/2021-06-10(週四).md", "01. Daily/2021/06/2021-06-10(週四).md",
"02. PARA/03. Resources資源/OpenGL.md", "02. PARA/03. Resources資源/OpenGL.md",
"02. PARA/03. Resources資源/C++17/Structured binding declaration.md", "02. PARA/03. Resources資源/C++17/Structured binding declaration.md",
"02. PARA/03. Resources資源/Tool Setup/Chrome.md", "02. PARA/03. Resources資源/Tool Setup/Chrome.md"
"02. PARA/03. Resources資源/買書清單.md",
"02. PARA/03. Resources資源/量子電腦.md"
] ]
} }

View File

@@ -0,0 +1,7 @@
所有 apk 在安裝之後必須要 launcher 註冊,並將 icon 存在 launcher 的 `app_icons.db` 裡面。
launcher 的 package 是 `com.android.launcher3`,所以 `app_icons.db` 的位置在 `/data/data/com.android.launcher3/databases/launcher.db`
用 SQLiteDatabaseBrowserPortable.exe 之類的工具可以打開 `app_icons.db`,其內容如下:
![[Pasted image 20220712100904.png|800]]
icon 欄位的blob就是icon的圖檔看來是PNG檔。

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 KiB