├── .gitignore ├── ADBToolsPage.md ├── DeepLinkPage.md ├── Licenses.md ├── ManageHprofPage.md ├── README.md ├── drawable ├── deeplink_1.png ├── deeplink_2.png ├── deeplink_3.png ├── documentation.png ├── hprof_1.png ├── hprof_10.png ├── hprof_11.png ├── hprof_12.png ├── hprof_2.png ├── hprof_3.png ├── hprof_4.png ├── hprof_5.png ├── hprof_6.png ├── hprof_7.png ├── hprof_8.png ├── hprof_9.png ├── license_active_light.png ├── license_light.png ├── quick_adb_1.png ├── quick_adb_2.png └── quick_adb_3.png └── free_licence_list.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LXD312569496/AndroidDevTools/HEAD/.gitignore -------------------------------------------------------------------------------- /ADBToolsPage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LXD312569496/AndroidDevTools/HEAD/ADBToolsPage.md -------------------------------------------------------------------------------- /DeepLinkPage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LXD312569496/AndroidDevTools/HEAD/DeepLinkPage.md -------------------------------------------------------------------------------- /Licenses.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LXD312569496/AndroidDevTools/HEAD/Licenses.md -------------------------------------------------------------------------------- /ManageHprofPage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LXD312569496/AndroidDevTools/HEAD/ManageHprofPage.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LXD312569496/AndroidDevTools/HEAD/README.md -------------------------------------------------------------------------------- /drawable/deeplink_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LXD312569496/AndroidDevTools/HEAD/drawable/deeplink_1.png -------------------------------------------------------------------------------- /drawable/deeplink_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LXD312569496/AndroidDevTools/HEAD/drawable/deeplink_2.png -------------------------------------------------------------------------------- /drawable/deeplink_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LXD312569496/AndroidDevTools/HEAD/drawable/deeplink_3.png -------------------------------------------------------------------------------- /drawable/documentation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LXD312569496/AndroidDevTools/HEAD/drawable/documentation.png -------------------------------------------------------------------------------- /drawable/hprof_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LXD312569496/AndroidDevTools/HEAD/drawable/hprof_1.png -------------------------------------------------------------------------------- /drawable/hprof_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LXD312569496/AndroidDevTools/HEAD/drawable/hprof_10.png -------------------------------------------------------------------------------- /drawable/hprof_11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LXD312569496/AndroidDevTools/HEAD/drawable/hprof_11.png -------------------------------------------------------------------------------- /drawable/hprof_12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LXD312569496/AndroidDevTools/HEAD/drawable/hprof_12.png -------------------------------------------------------------------------------- /drawable/hprof_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LXD312569496/AndroidDevTools/HEAD/drawable/hprof_2.png -------------------------------------------------------------------------------- /drawable/hprof_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LXD312569496/AndroidDevTools/HEAD/drawable/hprof_3.png -------------------------------------------------------------------------------- /drawable/hprof_4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LXD312569496/AndroidDevTools/HEAD/drawable/hprof_4.png -------------------------------------------------------------------------------- /drawable/hprof_5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LXD312569496/AndroidDevTools/HEAD/drawable/hprof_5.png -------------------------------------------------------------------------------- /drawable/hprof_6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LXD312569496/AndroidDevTools/HEAD/drawable/hprof_6.png -------------------------------------------------------------------------------- /drawable/hprof_7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LXD312569496/AndroidDevTools/HEAD/drawable/hprof_7.png -------------------------------------------------------------------------------- /drawable/hprof_8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LXD312569496/AndroidDevTools/HEAD/drawable/hprof_8.png -------------------------------------------------------------------------------- /drawable/hprof_9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LXD312569496/AndroidDevTools/HEAD/drawable/hprof_9.png -------------------------------------------------------------------------------- /drawable/license_active_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LXD312569496/AndroidDevTools/HEAD/drawable/license_active_light.png -------------------------------------------------------------------------------- /drawable/license_light.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LXD312569496/AndroidDevTools/HEAD/drawable/license_light.png -------------------------------------------------------------------------------- /drawable/quick_adb_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LXD312569496/AndroidDevTools/HEAD/drawable/quick_adb_1.png -------------------------------------------------------------------------------- /drawable/quick_adb_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LXD312569496/AndroidDevTools/HEAD/drawable/quick_adb_2.png -------------------------------------------------------------------------------- /drawable/quick_adb_3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LXD312569496/AndroidDevTools/HEAD/drawable/quick_adb_3.png -------------------------------------------------------------------------------- /free_licence_list.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LXD312569496/AndroidDevTools/HEAD/free_licence_list.md --------------------------------------------------------------------------------