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
# Get list of installed packages with file paths | |
$packages = adb shell pm list packages -f | |
# Loop through each line | |
foreach ($line in $packages) { | |
# Extract APK path and package name | |
if ($line -match "package:(.+\.apk)=(.+)") { | |
$apkPath = $matches[1] | |
$packageName = $matches[2] | |
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
{"version":1,"resource":"file:///c%3A/Users/Alien/Documents/Arduino/libraries/PN532_SPI/PN532_SPI.h","entries":[{"id":"Iplq.h","timestamp":1709038386218}]} |