Device Info ContentProvider
Expose device information via ADB using a ContentProvider, allowing external tools to retrieve data without network requests.
Feature Overview
Technical Details
Key Files & Changes
1. AndroidManifest.xml
<provider
android:name=".provider.DeviceInfosContentProvider"
android:authorities="${applicationId}.device"
android:exported="true" />2. DeviceInfosContentProvider.kt
3. DeviceHelper.kt
4. DeviceResponseModel.kt
Usage Commands
Standard Query (Debug)
Raw Stream (Scripts/Parsing)
Mis à jour