实例介绍
蓝牙demo,BlueTooth,最新版本的蓝牙demo,Androidstudio3.2的工程,SDK28
【实例截图】
【核心代码】
BlueTooth(最新版本的蓝牙demoAndroidstudio28)
└── BlueTooth(最新版本的蓝牙demoAndroidstudio28)
├── app
│ ├── app.iml
│ ├── build
│ │ ├── generated
│ │ │ ├── mockable-android-23.v3.jar
│ │ │ ├── not_namespaced_r_class_sources
│ │ │ │ └── debug
│ │ │ │ └── processDebugResources
│ │ │ │ └── r
│ │ │ │ ├── android
│ │ │ │ │ └── support
│ │ │ │ │ └── v4
│ │ │ │ │ └── R.java
│ │ │ │ └── com
│ │ │ │ └── example
│ │ │ │ └── bluetoothassist
│ │ │ │ └── R.java
│ │ │ └── source
│ │ │ ├── buildConfig
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ └── com
│ │ │ │ │ └── example
│ │ │ │ │ └── bluetoothassist
│ │ │ │ │ └── test
│ │ │ │ │ └── BuildConfig.java
│ │ │ │ ├── debug
│ │ │ │ │ └── com
│ │ │ │ │ └── example
│ │ │ │ │ └── bluetoothassist
│ │ │ │ │ └── BuildConfig.java
│ │ │ │ └── release
│ │ │ │ └── com
│ │ │ │ └── example
│ │ │ │ └── bluetoothassist
│ │ │ │ └── BuildConfig.java
│ │ │ └── r
│ │ │ ├── androidTest
│ │ │ │ └── debug
│ │ │ │ └── com
│ │ │ │ └── example
│ │ │ │ └── bluetoothassist
│ │ │ │ └── test
│ │ │ │ └── R.java
│ │ │ ├── debug
│ │ │ │ ├── android
│ │ │ │ │ └── support
│ │ │ │ │ └── v4
│ │ │ │ │ └── R.java
│ │ │ │ └── com
│ │ │ │ └── example
│ │ │ │ └── bluetoothassist
│ │ │ │ └── R.java
│ │ │ └── release
│ │ │ ├── android
│ │ │ │ └── support
│ │ │ │ └── v4
│ │ │ │ └── R.java
│ │ │ └── com
│ │ │ └── example
│ │ │ └── bluetoothassist
│ │ │ └── R.java
│ │ ├── intermediates
│ │ │ ├── annotation_processor_list
│ │ │ │ └── debug
│ │ │ │ └── javaPreCompileDebug
│ │ │ │ └── annotationProcessors.json
│ │ │ ├── apk_list
│ │ │ │ └── debug
│ │ │ │ └── mainApkListPersistenceDebug
│ │ │ │ └── apk-list.gson
│ │ │ ├── blame
│ │ │ │ └── res
│ │ │ │ ├── debug
│ │ │ │ │ ├── multi-v2
│ │ │ │ │ │ ├── debug.json
│ │ │ │ │ │ ├── values.json
│ │ │ │ │ │ ├── values-v11.json
│ │ │ │ │ │ ├── values-v14.json
│ │ │ │ │ │ └── values-w820dp-v13.json
│ │ │ │ │ └── single
│ │ │ │ │ └── debug.json
│ │ │ │ └── release
│ │ │ │ ├── multi-v2
│ │ │ │ │ ├── release.json
│ │ │ │ │ ├── values.json
│ │ │ │ │ ├── values-v11.json
│ │ │ │ │ ├── values-v14.json
│ │ │ │ │ └── values-w820dp-v13.json
│ │ │ │ └── single
│ │ │ │ └── release.json
│ │ │ ├── build-info
│ │ │ │ └── debug
│ │ │ │ └── build-info.xml
│ │ │ ├── classes
│ │ │ │ ├── debug
│ │ │ │ │ ├── android
│ │ │ │ │ │ └── support
│ │ │ │ │ │ └── v4
│ │ │ │ │ │ └── R.class
│ │ │ │ │ └── com
│ │ │ │ │ └── example
│ │ │ │ │ ├── bluetooth
│ │ │ │ │ │ ├── BluetoothService$AcceptThread.class
│ │ │ │ │ │ ├── BluetoothService$ConnectedThread.class
│ │ │ │ │ │ ├── BluetoothService$ConnectThread.class
│ │ │ │ │ │ ├── BluetoothService.class
│ │ │ │ │ │ ├── DeviceListActivity$1.class
│ │ │ │ │ │ ├── DeviceListActivity$2.class
│ │ │ │ │ │ ├── DeviceListActivity$3.class
│ │ │ │ │ │ └── DeviceListActivity.class
│ │ │ │ │ ├── bluetoothassist
│ │ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ ├── R$menu.class
│ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ └── R.class
│ │ │ │ │ └── main
│ │ │ │ │ ├── defineButtonDialog$1.class
│ │ │ │ │ ├── defineButtonDialog.class
│ │ │ │ │ ├── MainActivity$1.class
│ │ │ │ │ ├── MainActivity$2.class
│ │ │ │ │ ├── MainActivity$3.class
│ │ │ │ │ ├── MainActivity$4.class
│ │ │ │ │ ├── MainActivity$5.class
│ │ │ │ │ ├── MainActivity$6.class
│ │ │ │ │ ├── MainActivity$timeThread.class
│ │ │ │ │ ├── MainActivity.class
│ │ │ │ │ ├── setAlignDialog$1.class
│ │ │ │ │ ├── setAlignDialog$DialogCallback.class
│ │ │ │ │ └── setAlignDialog.class
│ │ │ │ └── release
│ │ │ │ ├── android
│ │ │ │ │ └── support
│ │ │ │ │ └── v4
│ │ │ │ │ └── R.class
│ │ │ │ └── com
│ │ │ │ └── example
│ │ │ │ ├── bluetooth
│ │ │ │ │ ├── BluetoothService$AcceptThread.class
│ │ │ │ │ ├── BluetoothService$ConnectedThread.class
│ │ │ │ │ ├── BluetoothService$ConnectThread.class
│ │ │ │ │ ├── BluetoothService.class
│ │ │ │ │ ├── DeviceListActivity$1.class
│ │ │ │ │ ├── DeviceListActivity$2.class
│ │ │ │ │ ├── DeviceListActivity$3.class
│ │ │ │ │ └── DeviceListActivity.class
│ │ │ │ ├── bluetoothassist
│ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ ├── R$id.class
│ │ │ │ │ ├── R$layout.class
│ │ │ │ │ ├── R$menu.class
│ │ │ │ │ ├── R$string.class
│ │ │ │ │ ├── R$style.class
│ │ │ │ │ └── R.class
│ │ │ │ └── main
│ │ │ │ ├── defineButtonDialog$1.class
│ │ │ │ ├── defineButtonDialog.class
│ │ │ │ ├── MainActivity$1.class
│ │ │ │ ├── MainActivity$2.class
│ │ │ │ ├── MainActivity$3.class
│ │ │ │ ├── MainActivity$4.class
│ │ │ │ ├── MainActivity$5.class
│ │ │ │ ├── MainActivity$6.class
│ │ │ │ ├── MainActivity$timeThread.class
│ │ │ │ ├── MainActivity.class
│ │ │ │ ├── setAlignDialog$1.class
│ │ │ │ ├── setAlignDialog$DialogCallback.class
│ │ │ │ └── setAlignDialog.class
│ │ │ ├── compatible_screen_manifest
│ │ │ │ └── debug
│ │ │ │ └── createDebugCompatibleScreenManifests
│ │ │ │ └── out
│ │ │ │ └── output.json
│ │ │ ├── incremental
│ │ │ │ ├── compileDebugAndroidTestAidl
│ │ │ │ │ └── dependency.store
│ │ │ │ ├── compileReleaseAidl
│ │ │ │ │ └── dependency.store
│ │ │ │ ├── debug-mergeJavaRes
│ │ │ │ │ ├── merge-state
│ │ │ │ │ └── zip-cache
│ │ │ │ │ ├── 7pjtfMg5NnGVnGYcZcBjqSVKFLM=
│ │ │ │ │ ├── rVBJsjAed_wROiox4Vq7DZvipKQ=
│ │ │ │ │ └── SsQ7Nmt2H6FSPI9JC4sC+tU14jU=
│ │ │ │ ├── debug-mergeJniLibs
│ │ │ │ │ ├── merge-state
│ │ │ │ │ └── zip-cache
│ │ │ │ │ ├── 7pjtfMg5NnGVnGYcZcBjqSVKFLM=
│ │ │ │ │ ├── rVBJsjAed_wROiox4Vq7DZvipKQ=
│ │ │ │ │ └── SsQ7Nmt2H6FSPI9JC4sC+tU14jU=
│ │ │ │ ├── ir_dep
│ │ │ │ │ └── debug
│ │ │ │ │ ├── dependencies
│ │ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ │ └── package_dependencies
│ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ ├── ir_slices
│ │ │ │ │ └── debug
│ │ │ │ │ ├── package_slice_0
│ │ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ │ ├── package_slice_1
│ │ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ │ ├── package_slice_2
│ │ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ │ ├── package_slice_3
│ │ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ │ ├── package_slice_4
│ │ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ │ ├── package_slice_5
│ │ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ │ ├── package_slice_6
│ │ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ │ ├── package_slice_7
│ │ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ │ ├── package_slice_8
│ │ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ │ └── package_slice_9
│ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ ├── mergeDebugAndroidTestResources
│ │ │ │ │ ├── compile-file-map.properties
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeDebugAssets
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeDebugJniLibFolders
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeDebugResources
│ │ │ │ │ ├── compile-file-map.properties
│ │ │ │ │ ├── merged.dir
│ │ │ │ │ │ ├── values
│ │ │ │ │ │ │ └── values.xml
│ │ │ │ │ │ ├── values-v11
│ │ │ │ │ │ │ └── values-v11.xml
│ │ │ │ │ │ ├── values-v14
│ │ │ │ │ │ │ └── values-v14.xml
│ │ │ │ │ │ └── values-w820dp-v13
│ │ │ │ │ │ └── values-w820dp-v13.xml
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeDebugShaders
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeReleaseAssets
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeReleaseJniLibFolders
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeReleaseResources
│ │ │ │ │ ├── compile-file-map.properties
│ │ │ │ │ ├── merged.dir
│ │ │ │ │ │ ├── values
│ │ │ │ │ │ │ └── values.xml
│ │ │ │ │ │ ├── values-v11
│ │ │ │ │ │ │ └── values-v11.xml
│ │ │ │ │ │ ├── values-v14
│ │ │ │ │ │ │ └── values-v14.xml
│ │ │ │ │ │ └── values-w820dp-v13
│ │ │ │ │ │ └── values-w820dp-v13.xml
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── mergeReleaseShaders
│ │ │ │ │ └── merger.xml
│ │ │ │ ├── packageDebug
│ │ │ │ │ ├── debug
│ │ │ │ │ │ ├── dex-renamer-state.txt
│ │ │ │ │ │ ├── file-input-save-data.txt
│ │ │ │ │ │ └── zip-cache
│ │ │ │ │ │ └── 0QqX7HRnYDB57Wb_cKOH3MNDk38=
│ │ │ │ │ └── tmp
│ │ │ │ │ └── debug
│ │ │ │ │ ├── dex-renamer-state.txt
│ │ │ │ │ ├── file-input-save-data.txt
│ │ │ │ │ └── zip-cache
│ │ │ │ │ └── BP7Ol1S505l67pXLXbrwL0EYj3w=
│ │ │ │ ├── packageInstantRunResourcesDebug
│ │ │ │ │ ├── debug
│ │ │ │ │ │ ├── dex-renamer-state.txt
│ │ │ │ │ │ └── zip-cache
│ │ │ │ │ │ └── 0QqX7HRnYDB57Wb_cKOH3MNDk38=
│ │ │ │ │ └── tmp
│ │ │ │ │ └── debug
│ │ │ │ │ ├── dex-renamer-state.txt
│ │ │ │ │ └── zip-cache
│ │ │ │ │ └── BP7Ol1S505l67pXLXbrwL0EYj3w=
│ │ │ │ ├── packageRelease
│ │ │ │ │ └── release
│ │ │ │ │ ├── dex-renamer-state.txt
│ │ │ │ │ ├── file-input-save-data.txt
│ │ │ │ │ └── zip-cache
│ │ │ │ │ └── i0kXTjUTD7QbarkJXk0isw0QA7A=
│ │ │ │ ├── processInstantRunDebugResourcesApk
│ │ │ │ │ └── package_resources-debug
│ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ ├── release-mergeJavaRes
│ │ │ │ │ ├── merge-state
│ │ │ │ │ └── zip-cache
│ │ │ │ │ ├── 8PnkYA6OTwHb6LYaHeQnB_ckH38=
│ │ │ │ │ ├── GMQcNXEHLfhwN430RQj82JmGQgk=
│ │ │ │ │ └── PSN3KEzv0OD+zqvQD6OpNFlN1bM=
│ │ │ │ └── release-mergeJniLibs
│ │ │ │ ├── merge-state
│ │ │ │ └── zip-cache
│ │ │ │ ├── 8PnkYA6OTwHb6LYaHeQnB_ckH38=
│ │ │ │ ├── GMQcNXEHLfhwN430RQj82JmGQgk=
│ │ │ │ └── PSN3KEzv0OD+zqvQD6OpNFlN1bM=
│ │ │ ├── incremental-classes
│ │ │ │ └── debug
│ │ │ │ └── instant-run-bootstrap.jar
│ │ │ ├── incremental-runtime-classes
│ │ │ │ └── debug
│ │ │ │ └── instant-run.jar
│ │ │ ├── incremental-verifier
│ │ │ │ └── debug
│ │ │ │ ├── android
│ │ │ │ │ └── support
│ │ │ │ │ └── v4
│ │ │ │ │ └── R.class
│ │ │ │ └── com
│ │ │ │ └── example
│ │ │ │ ├── bluetooth
│ │ │ │ │ ├── BluetoothService$AcceptThread.class
│ │ │ │ │ ├── BluetoothService$ConnectedThread.class
│ │ │ │ │ ├── BluetoothService$ConnectThread.class
│ │ │ │ │ ├── BluetoothService.class
│ │ │ │ │ ├── DeviceListActivity$1.class
│ │ │ │ │ ├── DeviceListActivity$2.class
│ │ │ │ │ ├── DeviceListActivity$3.class
│ │ │ │ │ └── DeviceListActivity.class
│ │ │ │ ├── bluetoothassist
│ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ ├── R$id.class
│ │ │ │ │ ├── R$layout.class
│ │ │ │ │ ├── R$menu.class
│ │ │ │ │ ├── R$string.class
│ │ │ │ │ ├── R$style.class
│ │ │ │ │ └── R.class
│ │ │ │ └── main
│ │ │ │ ├── defineButtonDialog$1.class
│ │ │ │ ├── defineButtonDialog.class
│ │ │ │ ├── MainActivity$1.class
│ │ │ │ ├── MainActivity$2.class
│ │ │ │ ├── MainActivity$3.class
│ │ │ │ ├── MainActivity$4.class
│ │ │ │ ├── MainActivity$5.class
│ │ │ │ ├── MainActivity$6.class
│ │ │ │ ├── MainActivity$timeThread.class
│ │ │ │ ├── MainActivity.class
│ │ │ │ ├── setAlignDialog$1.class
│ │ │ │ ├── setAlignDialog$DialogCallback.class
│ │ │ │ └── setAlignDialog.class
│ │ │ ├── instant-run-apk
│ │ │ │ └── debug
│ │ │ │ ├── app-debug.apk
│ │ │ │ └── output.json
│ │ │ ├── instant_run_main_apk_resources
│ │ │ │ └── debug
│ │ │ │ └── instantRunMainApkResourcesDebug
│ │ │ │ └── out
│ │ │ │ ├── main_resources
│ │ │ │ │ └── resources_ap
│ │ │ │ └── output.json
│ │ │ ├── instant_run_merged_manifests
│ │ │ │ └── debug
│ │ │ │ └── processDebugManifest
│ │ │ │ └── instant-run
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ └── output.json
│ │ │ ├── instant-run-resources
│ │ │ │ ├── output.json
│ │ │ │ └── resources-debug.ir.ap_
│ │ │ ├── instant_run_split_apk_resources
│ │ │ │ └── debug
│ │ │ │ └── instantRunSplitApkResourcesDebug
│ │ │ │ └── out
│ │ │ │ ├── slice_0
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ └── resources_ap
│ │ │ │ ├── slice_1
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ └── resources_ap
│ │ │ │ ├── slice_2
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ └── resources_ap
│ │ │ │ ├── slice_3
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ └── resources_ap
│ │ │ │ ├── slice_4
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ └── resources_ap
│ │ │ │ ├── slice_5
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ └── resources_ap
│ │ │ │ ├── slice_6
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ └── resources_ap
│ │ │ │ ├── slice_7
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ └── resources_ap
│ │ │ │ ├── slice_8
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ └── resources_ap
│ │ │ │ └── slice_9
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ └── resources_ap
│ │ │ ├── instant-run-support
│ │ │ │ └── debug
│ │ │ │ ├── dependencies
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ ├── manifestChecker
│ │ │ │ │ ├── manifest.crc
│ │ │ │ │ └── manifest.xml
│ │ │ │ ├── package_dependencies
│ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ ├── package_slice_0
│ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ ├── package_slice_1
│ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ ├── package_slice_2
│ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ ├── package_slice_3
│ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ ├── package_slice_4
│ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ ├── package_slice_5
│ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ ├── package_slice_6
│ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ ├── package_slice_7
│ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ ├── package_slice_8
│ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ ├── package_slice_9
│ │ │ │ │ └── dex-renamer-state.txt
│ │ │ │ ├── slice_0
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ ├── slice_1
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ ├── slice_2
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ ├── slice_3
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ ├── slice_4
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ ├── slice_5
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ ├── slice_6
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ ├── slice_7
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ ├── slice_8
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ └── slice_9
│ │ │ │ └── AndroidManifest.xml
│ │ │ ├── javac
│ │ │ │ └── debug
│ │ │ │ └── compileDebugJavaWithJavac
│ │ │ │ └── classes
│ │ │ │ ├── android
│ │ │ │ │ └── support
│ │ │ │ │ └── v4
│ │ │ │ │ └── R.class
│ │ │ │ └── com
│ │ │ │ └── example
│ │ │ │ ├── bluetooth
│ │ │ │ │ ├── BluetoothService$AcceptThread.class
│ │ │ │ │ ├── BluetoothService$ConnectedThread.class
│ │ │ │ │ ├── BluetoothService$ConnectThread.class
│ │ │ │ │ ├── BluetoothService.class
│ │ │ │ │ ├── DeviceListActivity$1.class
│ │ │ │ │ ├── DeviceListActivity$2.class
│ │ │ │ │ ├── DeviceListActivity$3.class
│ │ │ │ │ └── DeviceListActivity.class
│ │ │ │ ├── bluetoothassist
│ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ ├── R$id.class
│ │ │ │ │ ├── R$layout.class
│ │ │ │ │ ├── R$menu.class
│ │ │ │ │ ├── R$string.class
│ │ │ │ │ ├── R$style.class
│ │ │ │ │ └── R.class
│ │ │ │ └── main
│ │ │ │ ├── defineButtonDialog$1.class
│ │ │ │ ├── defineButtonDialog.class
│ │ │ │ ├── MainActivity$1.class
│ │ │ │ ├── MainActivity$2.class
│ │ │ │ ├── MainActivity$3.class
│ │ │ │ ├── MainActivity$4.class
│ │ │ │ ├── MainActivity$5.class
│ │ │ │ ├── MainActivity$6.class
│ │ │ │ ├── MainActivity$timeThread.class
│ │ │ │ ├── MainActivity.class
│ │ │ │ ├── setAlignDialog$1.class
│ │ │ │ ├── setAlignDialog$DialogCallback.class
│ │ │ │ └── setAlignDialog.class
│ │ │ ├── javaPrecompile
│ │ │ │ ├── debug
│ │ │ │ │ └── annotationProcessors.json
│ │ │ │ └── release
│ │ │ │ └── annotationProcessors.json
│ │ │ ├── manifest
│ │ │ │ └── androidTest
│ │ │ │ └── debug
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ └── output.json
│ │ │ ├── manifest-checker
│ │ │ │ └── debug
│ │ │ │ ├── manifest.crc
│ │ │ │ └── manifest.xml
│ │ │ ├── manifests
│ │ │ │ ├── density
│ │ │ │ │ ├── debug
│ │ │ │ │ │ └── output.json
│ │ │ │ │ └── release
│ │ │ │ │ └── output.json
│ │ │ │ ├── full
│ │ │ │ │ ├── debug
│ │ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ │ └── output.json
│ │ │ │ │ └── release
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ └── output.json
│ │ │ │ └── instant-run
│ │ │ │ ├── debug
│ │ │ │ │ ├── AndroidManifest.xml
│ │ │ │ │ └── output.json
│ │ │ │ └── release
│ │ │ │ └── output.json
│ │ │ ├── merged_manifests
│ │ │ │ └── debug
│ │ │ │ └── processDebugManifest
│ │ │ │ └── merged
│ │ │ │ ├── AndroidManifest.xml
│ │ │ │ └── output.json
│ │ │ ├── processed_res
│ │ │ │ └── debug
│ │ │ │ └── processDebugResources
│ │ │ │ └── out
│ │ │ │ ├── output.json
│ │ │ │ └── resources-debug.ap_
│ │ │ ├── res
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ ├── output.json
│ │ │ │ │ └── resources-debugAndroidTest.ap_
│ │ │ │ ├── debug
│ │ │ │ │ ├── output.json
│ │ │ │ │ └── resources-debug.ap_
│ │ │ │ ├── merged
│ │ │ │ │ ├── debug
│ │ │ │ │ │ ├── drawable-hdpi_logo.png.flat
│ │ │ │ │ │ ├── drawable-mdpi_ic_launcher.png.flat
│ │ │ │ │ │ ├── drawable-xhdpi_ic_launcher.png.flat
│ │ │ │ │ │ ├── drawable-xxhdpi_ic_launcher.png.flat
│ │ │ │ │ │ ├── layout_activity_main.xml.flat
│ │ │ │ │ │ ├── layout_button_dialog.xml.flat
│ │ │ │ │ │ ├── layout_device_list.xml.flat
│ │ │ │ │ │ ├── layout_device_name.xml.flat
│ │ │ │ │ │ ├── layout_set_align_dialog.xml.flat
│ │ │ │ │ │ ├── menu_main.xml.flat
│ │ │ │ │ │ ├── values-v11_values-v11.arsc.flat
│ │ │ │ │ │ ├── values-v14_values-v14.arsc.flat
│ │ │ │ │ │ ├── values_values.arsc.flat
│ │ │ │ │ │ └── values-w820dp-v13_values-w820dp-v13.arsc.flat
│ │ │ │ │ └── release
│ │ │ │ │ ├── drawable-hdpi_logo.png.flat
│ │ │ │ │ ├── drawable-mdpi_ic_launcher.png.flat
│ │ │ │ │ ├── drawable-xhdpi_ic_launcher.png.flat
│ │ │ │ │ ├── drawable-xxhdpi_ic_launcher.png.flat
│ │ │ │ │ ├── layout_activity_main.xml.flat
│ │ │ │ │ ├── layout_button_dialog.xml.flat
│ │ │ │ │ ├── layout_device_list.xml.flat
│ │ │ │ │ ├── layout_device_name.xml.flat
│ │ │ │ │ ├── layout_set_align_dialog.xml.flat
│ │ │ │ │ ├── menu_main.xml.flat
│ │ │ │ │ ├── values-v11_values-v11.arsc.flat
│ │ │ │ │ ├── values-v14_values-v14.arsc.flat
│ │ │ │ │ ├── values_values.arsc.flat
│ │ │ │ │ └── values-w820dp-v13_values-w820dp-v13.arsc.flat
│ │ │ │ ├── release
│ │ │ │ │ ├── output.json
│ │ │ │ │ └── resources-release.ap_
│ │ │ │ └── symbol-table-with-package
│ │ │ │ ├── debug
│ │ │ │ │ └── package-aware-r.txt
│ │ │ │ └── release
│ │ │ │ └── package-aware-r.txt
│ │ │ ├── resources
│ │ │ │ └── instant-run
│ │ │ │ └── debug
│ │ │ │ └── output.json
│ │ │ ├── split-apk
│ │ │ │ └── debug
│ │ │ │ ├── dep
│ │ │ │ │ └── dependencies.apk
│ │ │ │ ├── resources
│ │ │ │ │ └── AndroidManifest.xml
│ │ │ │ └── slices
│ │ │ │ ├── slice_0.apk
│ │ │ │ ├── slice_1.apk
│ │ │ │ ├── slice_2.apk
│ │ │ │ ├── slice_3.apk
│ │ │ │ ├── slice_4.apk
│ │ │ │ ├── slice_5.apk
│ │ │ │ ├── slice_6.apk
│ │ │ │ ├── slice_7.apk
│ │ │ │ ├── slice_8.apk
│ │ │ │ └── slice_9.apk
│ │ │ ├── split_list
│ │ │ │ └── debug
│ │ │ │ └── splitsDiscoveryTaskDebug
│ │ │ │ └── split-list.gson
│ │ │ ├── splits-support
│ │ │ │ ├── androidTest
│ │ │ │ │ └── debug
│ │ │ │ │ └── split-list.gson
│ │ │ │ ├── debug
│ │ │ │ │ └── split-list.gson
│ │ │ │ └── release
│ │ │ │ └── split-list.gson
│ │ │ ├── symbols
│ │ │ │ ├── debug
│ │ │ │ │ └── R.txt
│ │ │ │ └── release
│ │ │ │ └── R.txt
│ │ │ └── transforms
│ │ │ ├── dex
│ │ │ │ └── release
│ │ │ │ ├── 0
│ │ │ │ │ └── classes.dex
│ │ │ │ └── __content__.json
│ │ │ ├── dexBuilder
│ │ │ │ └── debug
│ │ │ │ ├── 0.jar
│ │ │ │ ├── 10.jar
│ │ │ │ ├── 11.jar
│ │ │ │ ├── 12.jar
│ │ │ │ ├── 13.jar
│ │ │ │ ├── 14.jar
│ │ │ │ ├── 15.jar
│ │ │ │ ├── 16.jar
│ │ │ │ ├── 17.jar
│ │ │ │ ├── 18.jar
│ │ │ │ ├── 19.jar
│ │ │ │ ├── 1.jar
│ │ │ │ ├── 21.jar
│ │ │ │ ├── 22.jar
│ │ │ │ ├── 23.jar
│ │ │ │ ├── 24.jar
│ │ │ │ ├── 25.jar
│ │ │ │ ├── 26.jar
│ │ │ │ ├── 27.jar
│ │ │ │ ├── 28.jar
│ │ │ │ ├── 29.jar
│ │ │ │ ├── 2.jar
│ │ │ │ ├── 32
│ │ │ │ │ └── android
│ │ │ │ │ └── support
│ │ │ │ │ └── v4
│ │ │ │ │ └── R.dex
│ │ │ │ ├── 35
│ │ │ │ │ └── com
│ │ │ │ │ └── example
│ │ │ │ │ └── bluetooth
│ │ │ │ │ ├── BluetoothService$AcceptThread.dex
│ │ │ │ │ ├── BluetoothService$ConnectedThread.dex
│ │ │ │ │ ├── BluetoothService$ConnectThread.dex
│ │ │ │ │ ├── BluetoothService.dex
│ │ │ │ │ ├── DeviceListActivity$1.dex
│ │ │ │ │ ├── DeviceListActivity$2.dex
│ │ │ │ │ ├── DeviceListActivity$3.dex
│ │ │ │ │ └── DeviceListActivity.dex
│ │ │ │ ├── 36
│ │ │ │ │ └── com
│ │ │ │ │ └── example
│ │ │ │ │ └── main
│ │ │ │ │ ├── defineButtonDialog$1.dex
│ │ │ │ │ ├── defineButtonDialog.dex
│ │ │ │ │ ├── MainActivity$1.dex
│ │ │ │ │ ├── MainActivity$2.dex
│ │ │ │ │ ├── MainActivity$3.dex
│ │ │ │ │ ├── MainActivity$4.dex
│ │ │ │ │ ├── MainActivity$5.dex
│ │ │ │ │ ├── MainActivity$6.dex
│ │ │ │ │ ├── MainActivity$timeThread.dex
│ │ │ │ │ ├── MainActivity.dex
│ │ │ │ │ ├── setAlignDialog$1.dex
│ │ │ │ │ ├── setAlignDialog$DialogCallback.dex
│ │ │ │ │ └── setAlignDialog.dex
│ │ │ │ ├── 38
│ │ │ │ │ └── com
│ │ │ │ │ └── example
│ │ │ │ │ └── bluetoothassist
│ │ │ │ │ ├── BuildConfig.dex
│ │ │ │ │ ├── R$dimen.dex
│ │ │ │ │ ├── R$drawable.dex
│ │ │ │ │ ├── R$id.dex
│ │ │ │ │ ├── R$layout.dex
│ │ │ │ │ ├── R$menu.dex
│ │ │ │ │ ├── R$string.dex
│ │ │ │ │ ├── R$style.dex
│ │ │ │ │ └── R.dex
│ │ │ │ ├── 3.jar
│ │ │ │ ├── 40.jar
│ │ │ │ ├── 41.jar
│ │ │ │ ├── 42.jar
│ │ │ │ ├── 43.jar
│ │ │ │ ├── 44.jar
│ │ │ │ ├── 45.jar
│ │ │ │ ├── 46.jar
│ │ │ │ ├── 47.jar
│ │ │ │ ├── 48.jar
│ │ │ │ ├── 49.jar
│ │ │ │ ├── 4.jar
│ │ │ │ ├── 51.jar
│ │ │ │ ├── 5.jar
│ │ │ │ ├── 6.jar
│ │ │ │ ├── 7.jar
│ │ │ │ ├── 8.jar
│ │ │ │ ├── 9.jar
│ │ │ │ └── __content__.json
│ │ │ ├── dexMerger
│ │ │ │ └── debug
│ │ │ │ ├── 10
│ │ │ │ │ └── classes.dex
│ │ │ │ ├── 11
│ │ │ │ │ └── classes.dex
│ │ │ │ ├── 12
│ │ │ │ │ └── classes.dex
│ │ │ │ ├── 13
│ │ │ │ │ └── classes.dex
│ │ │ │ ├── 14
│ │ │ │ │ └── classes.dex
│ │ │ │ ├── 15
│ │ │ │ │ └── classes.dex
│ │ │ │ ├── 16
│ │ │ │ │ └── classes.dex
│ │ │ │ ├── 17
│ │ │ │ │ └── classes.dex
│ │ │ │ ├── 18
│ │ │ │ │ └── classes.dex
│ │ │ │ ├── 19
│ │ │ │ │ └── classes.dex
│ │ │ │ ├── 2
│ │ │ │ │ └── classes.dex
│ │ │ │ ├── 20
│ │ │ │ │ └── classes.dex
│ │ │ │ ├── 21
│ │ │ │ │ └── classes.dex
│ │ │ │ ├── 5
│ │ │ │ │ └── classes.dex
│ │ │ │ ├── 6
│ │ │ │ │ └── classes.dex
│ │ │ │ ├── 8
│ │ │ │ │ └── classes.dex
│ │ │ │ └── __content__.json
│ │ │ ├── externalLibsDexMerger
│ │ │ │ └── debug
│ │ │ │ ├── 0
│ │ │ │ │ └── classes.dex
│ │ │ │ └── __content__.json
│ │ │ ├── extractJars
│ │ │ │ └── debug
│ │ │ │ └── __content__.json
│ │ │ ├── instantRun
│ │ │ │ └── debug
│ │ │ │ ├── 0
│ │ │ │ │ ├── android
│ │ │ │ │ │ └── support
│ │ │ │ │ │ └── v4
│ │ │ │ │ │ └── R.class
│ │ │ │ │ └── com
│ │ │ │ │ └── example
│ │ │ │ │ ├── bluetooth
│ │ │ │ │ │ ├── BluetoothService$AcceptThread.class
│ │ │ │ │ │ ├── BluetoothService$ConnectedThread.class
│ │ │ │ │ │ ├── BluetoothService$ConnectThread.class
│ │ │ │ │ │ ├── BluetoothService.class
│ │ │ │ │ │ ├── DeviceListActivity$1.class
│ │ │ │ │ │ ├── DeviceListActivity$2.class
│ │ │ │ │ │ ├── DeviceListActivity$3.class
│ │ │ │ │ │ └── DeviceListActivity.class
│ │ │ │ │ ├── bluetoothassist
│ │ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ │ ├── R$id.class
│ │ │ │ │ │ ├── R$layout.class
│ │ │ │ │ │ ├── R$menu.class
│ │ │ │ │ │ ├── R$string.class
│ │ │ │ │ │ ├── R$style.class
│ │ │ │ │ │ └── R.class
│ │ │ │ │ └── main
│ │ │ │ │ ├── defineButtonDialog$1.class
│ │ │ │ │ ├── defineButtonDialog.class
│ │ │ │ │ ├── MainActivity$1.class
│ │ │ │ │ ├── MainActivity$2.class
│ │ │ │ │ ├── MainActivity$3.class
│ │ │ │ │ ├── MainActivity$4.class
│ │ │ │ │ ├── MainActivity$5.class
│ │ │ │ │ ├── MainActivity$6.class
│ │ │ │ │ ├── MainActivity$timeThread.class
│ │ │ │ │ ├── MainActivity.class
│ │ │ │ │ ├── setAlignDialog$1.class
│ │ │ │ │ ├── setAlignDialog$DialogCallback.class
│ │ │ │ │ └── setAlignDialog.class
│ │ │ │ └── __content__.json
│ │ │ ├── instantRunDependenciesApk
│ │ │ │ └── debug
│ │ │ │ └── __content__.json
│ │ │ ├── instantRunSlicer
│ │ │ │ └── debug
│ │ │ │ ├── 0
│ │ │ │ │ └── com
│ │ │ │ │ └── android
│ │ │ │ │ └── tools
│ │ │ │ │ └── ir
│ │ │ │ │ └── dummy
│ │ │ │ │ └── slice_0.class
│ │ │ │ ├── 1
│ │ │ │ │ └── com
│ │ │ │ │ └── android
│ │ │ │ │ └── tools
│ │ │ │ │ └── ir
│ │ │ │ │ └── dummy
│ │ │ │ │ └── slice_1.class
│ │ │ │ ├── 2
│ │ │ │ │ ├── android
│ │ │ │ │ │ └── support
│ │ │ │ │ │ └── v4
│ │ │ │ │ │ └── R.class
│ │ │ │ │ └── com
│ │ │ │ │ └── android
│ │ │ │ │ └── tools
│ │ │ │ │ └── ir
│ │ │ │ │ └── dummy
│ │ │ │ │ └── slice_2.class
│ │ │ │ ├── 3
│ │ │ │ │ └── com
│ │ │ │ │ └── android
│ │ │ │ │ └── tools
│ │ │ │ │ └── ir
│ │ │ │ │ └── dummy
│ │ │ │ │ └── slice_3.class
│ │ │ │ ├── 4
│ │ │ │ │ └── com
│ │ │ │ │ └── android
│ │ │ │ │ └── tools
│ │ │ │ │ └── ir
│ │ │ │ │ └── dummy
│ │ │ │ │ └── slice_4.class
│ │ │ │ ├── 5
│ │ │ │ │ └── com
│ │ │ │ │ └── android
│ │ │ │ │ └── tools
│ │ │ │ │ └── ir
│ │ │ │ │ └── dummy
│ │ │ │ │ └── slice_5.class
│ │ │ │ ├── 6
│ │ │ │ │ ├── buildId.txt
│ │ │ │ │ └── com
│ │ │ │ │ ├── android
│ │ │ │ │ │ └── tools
│ │ │ │ │ │ └── ir
│ │ │ │ │ │ └── dummy
│ │ │ │ │ │ └── slice_6.class
│ │ │ │ │ └── example
│ │ │ │ │ └── bluetoothassist
│ │ │ │ │ ├── BuildConfig.class
│ │ │ │ │ ├── R$dimen.class
│ │ │ │ │ ├── R$drawable.class
│ │ │ │ │ ├── R$id.class
│ │ │ │ │ ├── R$layout.class
│ │ │ │ │ ├── R$menu.class
│ │ │ │ │ ├── R$string.class
│ │ │ │ │ ├── R$style.class
│ │ │ │ │ └── R.class
│ │ │ │ ├── 7
│ │ │ │ │ └── com
│ │ │ │ │ ├── android
│ │ │ │ │ │ └── tools
│ │ │ │ │ │ └── ir
│ │ │ │ │ │ └── dummy
│ │ │ │ │ │ └── slice_7.class
│ │ │ │ │ └── example
│ │ │ │ │ └── bluetooth
│ │ │ │ │ ├── BluetoothService$AcceptThread.class
│ │ │ │ │ ├── BluetoothService$ConnectedThread.class
│ │ │ │ │ ├── BluetoothService$ConnectThread.class
│ │ │ │ │ ├── BluetoothService.class
│ │ │ │ │ ├── DeviceListActivity$1.class
│ │ │ │ │ ├── DeviceListActivity$2.class
│ │ │ │ │ ├── DeviceListActivity$3.class
│ │ │ │ │ └── DeviceListActivity.class
│ │ │ │ ├── 8
│ │ │ │ │ ├── buildId.txt
│ │ │ │ │ └── com
│ │ │ │ │ ├── android
│ │ │ │ │ │ └── tools
│ │ │ │ │ │ └── ir
│ │ │ │ │ │ └── dummy
│ │ │ │ │ │ └── slice_8.class
│ │ │ │ │ └── example
│ │ │ │ │ └── main
│ │ │ │ │ ├── defineButtonDialog$1.class
│ │ │ │ │ ├── defineButtonDialog.class
│ │ │ │ │ ├── MainActivity$1.class
│ │ │ │ │ ├── MainActivity$2.class
│ │ │ │ │ ├── MainActivity$3.class
│ │ │ │ │ ├── MainActivity$4.class
│ │ │ │ │ ├── MainActivity$5.class
│ │ │ │ │ ├── MainActivity$6.class
│ │ │ │ │ ├── MainActivity$timeThread.class
│ │ │ │ │ ├── MainActivity.class
│ │ │ │ │ ├── setAlignDialog$1.class
│ │ │ │ │ ├── setAlignDialog$DialogCallback.class
│ │ │ │ │ └── setAlignDialog.class
│ │ │ │ ├── 9
│ │ │ │ │ └── com
│ │ │ │ │ └── android
│ │ │ │ │ └── tools
│ │ │ │ │ └── ir
│ │ │ │ │ └── dummy
│ │ │ │ │ └── slice_9.class
│ │ │ │ └── __content__.json
│ │ │ ├── instantRunSlicesApk
│ │ │ │ └── debug
│ │ │ │ └── __content__.json
│ │ │ ├── mergeJavaRes
│ │ │ │ ├── debug
│ │ │ │ │ ├── 0.jar
│ │ │ │ │ └── __content__.json
│ │ │ │ └── release
│ │ │ │ ├── 0.jar
│ │ │ │ └── __content__.json
│ │ │ ├── mergeJniLibs
│ │ │ │ ├── debug
│ │ │ │ │ └── __content__.json
│ │ │ │ └── release
│ │ │ │ └── __content__.json
│ │ │ ├── preDex
│ │ │ │ └── release
│ │ │ │ ├── 0.jar
│ │ │ │ ├── 1.jar
│ │ │ │ ├── 2.jar
│ │ │ │ ├── 3.jar
│ │ │ │ └── __content__.json
│ │ │ └── stripDebugSymbol
│ │ │ └── debug
│ │ │ └── __content__.json
│ │ ├── outputs
│ │ │ ├── apk
│ │ │ │ └── debug
│ │ │ │ ├── app-debug.apk
│ │ │ │ └── output.json
│ │ │ └── logs
│ │ │ ├── manifest-merger-debug-report.txt
│ │ │ └── manifest-merger-release-report.txt
│ │ └── reports
│ │ ├── lint-results-release-fatal.html
│ │ └── lint-results-release-fatal.xml
│ ├── build.gradle
│ ├── lint.xml
│ ├── release
│ │ ├── app-release.apk
│ │ └── output.json
│ └── src
│ └── main
│ ├── AndroidManifest.xml
│ ├── java
│ │ └── com
│ │ └── example
│ │ ├── bluetooth
│ │ │ ├── BluetoothService.java
│ │ │ └── DeviceListActivity.java
│ │ └── main
│ │ ├── defineButtonDialog.java
│ │ ├── MainActivity.java
│ │ └── setAlignDialog.java
│ └── res
│ ├── drawable-hdpi
│ │ └── logo.png
│ ├── drawable-mdpi
│ │ └── ic_launcher.png
│ ├── drawable-xhdpi
│ │ └── ic_launcher.png
│ ├── drawable-xxhdpi
│ │ └── ic_launcher.png
│ ├── layout
│ │ ├── activity_main.xml
│ │ ├── button_dialog.xml
│ │ ├── device_list.xml
│ │ ├── device_name.xml
│ │ └── set_align_dialog.xml
│ ├── menu
│ │ └── main.xml
│ ├── values
│ │ ├── dimens.xml
│ │ ├── strings.xml
│ │ └── styles.xml
│ ├── values-v11
│ │ └── styles.xml
│ ├── values-v14
│ │ └── styles.xml
│ └── values-w820dp
│ └── dimens.xml
├── BlueTooth.iml
├── build
│ ├── android-profile
│ │ ├── profile-2017-12-02-16-54-00-337.json
│ │ ├── profile-2017-12-02-16-54-00-337.rawproto
│ │ ├── profile-2017-12-02-16-54-08-776.json
│ │ ├── profile-2017-12-02-16-54-08-776.rawproto
│ │ ├── profile-2017-12-02-16-56-35-314.json
│ │ ├── profile-2017-12-02-16-56-35-314.rawproto
│ │ ├── profile-2017-12-02-17-04-36-892.json
│ │ ├── profile-2017-12-02-17-04-36-892.rawproto
│ │ ├── profile-2017-12-02-17-04-46-533.json
│ │ ├── profile-2017-12-02-17-04-46-533.rawproto
│ │ ├── profile-2017-12-02-17-43-22-560.json
│ │ ├── profile-2017-12-02-17-43-22-560.rawproto
│ │ ├── profile-2017-12-02-17-43-36-982.json
│ │ ├── profile-2017-12-02-17-43-36-982.rawproto
│ │ ├── profile-2017-12-02-18-16-27-286.json
│ │ ├── profile-2017-12-02-18-16-27-286.rawproto
│ │ ├── profile-2017-12-02-18-38-21-600.json
│ │ ├── profile-2017-12-02-18-38-21-600.rawproto
│ │ ├── profile-2017-12-02-18-38-31-740.json
│ │ ├── profile-2017-12-02-18-38-31-740.rawproto
│ │ ├── profile-2017-12-02-18-39-52-617.json
│ │ ├── profile-2017-12-02-18-39-52-617.rawproto
│ │ ├── profile-2017-12-02-18-40-03-787.json
│ │ ├── profile-2017-12-02-18-40-03-787.rawproto
│ │ ├── profile-2017-12-02-18-44-54-215.json
│ │ ├── profile-2017-12-02-18-44-54-215.rawproto
│ │ ├── profile-2017-12-02-18-46-05-849.json
│ │ ├── profile-2017-12-02-18-46-05-849.rawproto
│ │ ├── profile-2017-12-02-18-46-15-537.json
│ │ ├── profile-2017-12-02-18-46-15-537.rawproto
│ │ ├── profile-2017-12-02-18-55-33-082.json
│ │ ├── profile-2017-12-02-18-55-33-082.rawproto
│ │ ├── profile-2017-12-02-19-00-37-285.json
│ │ ├── profile-2017-12-02-19-00-37-285.rawproto
│ │ ├── profile-2017-12-02-19-00-45-905.json
│ │ ├── profile-2017-12-02-19-00-45-905.rawproto
│ │ ├── profile-2017-12-02-19-03-43-528.json
│ │ ├── profile-2017-12-02-19-03-43-528.rawproto
│ │ ├── profile-2017-12-02-19-05-54-682.json
│ │ ├── profile-2017-12-02-19-05-54-682.rawproto
│ │ ├── profile-2017-12-02-19-08-13-477.json
│ │ ├── profile-2017-12-02-19-08-13-477.rawproto
│ │ ├── profile-2017-12-02-19-14-52-040.json
│ │ ├── profile-2017-12-02-19-14-52-040.rawproto
│ │ ├── profile-2017-12-02-19-14-59-419.json
│ │ ├── profile-2017-12-02-19-14-59-419.rawproto
│ │ ├── profile-2017-12-02-19-23-22-206.json
│ │ ├── profile-2017-12-02-19-23-22-206.rawproto
│ │ ├── profile-2017-12-02-19-24-15-434.json
│ │ ├── profile-2017-12-02-19-24-15-434.rawproto
│ │ ├── profile-2017-12-02-19-31-38-417.json
│ │ ├── profile-2017-12-02-19-31-38-417.rawproto
│ │ ├── profile-2017-12-02-19-31-48-042.json
│ │ ├── profile-2017-12-02-19-31-48-042.rawproto
│ │ ├── profile-2017-12-02-19-43-17-675.json
│ │ ├── profile-2017-12-02-19-43-17-675.rawproto
│ │ ├── profile-2017-12-02-19-45-03-575.json
│ │ ├── profile-2017-12-02-19-45-03-575.rawproto
│ │ ├── profile-2017-12-02-19-45-12-950.json
│ │ ├── profile-2017-12-02-19-45-12-950.rawproto
│ │ ├── profile-2017-12-02-19-48-10-558.json
│ │ ├── profile-2017-12-02-19-48-10-558.rawproto
│ │ ├── profile-2017-12-02-19-48-19-497.json
│ │ ├── profile-2017-12-02-19-48-19-497.rawproto
│ │ ├── profile-2017-12-02-19-51-59-281.json
│ │ ├── profile-2017-12-02-19-51-59-281.rawproto
│ │ ├── profile-2017-12-02-19-52-08-360.json
│ │ ├── profile-2017-12-02-19-52-08-360.rawproto
│ │ ├── profile-2017-12-02-22-14-52-373.json
│ │ ├── profile-2017-12-02-22-14-52-373.rawproto
│ │ ├── profile-2017-12-02-22-15-00-557.json
│ │ ├── profile-2017-12-02-22-15-00-557.rawproto
│ │ ├── profile-2017-12-02-22-15-50-764.json
│ │ ├── profile-2017-12-02-22-15-50-764.rawproto
│ │ ├── profile-2017-12-02-22-17-06-837.json
│ │ ├── profile-2017-12-02-22-17-06-837.rawproto
│ │ ├── profile-2017-12-02-22-27-32-156.json
│ │ ├── profile-2017-12-02-22-27-32-156.rawproto
│ │ ├── profile-2017-12-02-22-30-22-005.json
│ │ ├── profile-2017-12-02-22-30-22-005.rawproto
│ │ ├── profile-2017-12-02-22-47-50-243.json
│ │ ├── profile-2017-12-02-22-47-50-243.rawproto
│ │ ├── profile-2017-12-02-22-55-12-579.json
│ │ ├── profile-2017-12-02-22-55-12-579.rawproto
│ │ ├── profile-2017-12-02-22-56-56-408.json
│ │ ├── profile-2017-12-02-22-56-56-408.rawproto
│ │ ├── profile-2017-12-02-23-34-06-325.json
│ │ ├── profile-2017-12-02-23-34-06-325.rawproto
│ │ ├── profile-2017-12-02-23-42-15-086.json
│ │ ├── profile-2017-12-02-23-42-15-086.rawproto
│ │ ├── profile-2017-12-02-23-43-01-033.json
│ │ ├── profile-2017-12-02-23-43-01-033.rawproto
│ │ ├── profile-2017-12-02-23-49-00-127.json
│ │ ├── profile-2017-12-02-23-49-00-127.rawproto
│ │ ├── profile-2017-12-02-23-50-27-609.json
│ │ ├── profile-2017-12-02-23-50-27-609.rawproto
│ │ ├── profile-2017-12-03-09-30-17-751.json
│ │ ├── profile-2017-12-03-09-30-17-751.rawproto
│ │ ├── profile-2017-12-03-09-30-39-357.json
│ │ ├── profile-2017-12-03-09-30-39-357.rawproto
│ │ ├── profile-2017-12-03-09-34-40-546.json
│ │ ├── profile-2017-12-03-09-34-40-546.rawproto
│ │ ├── profile-2017-12-03-09-34-46-708.json
│ │ ├── profile-2017-12-03-09-34-46-708.rawproto
│ │ ├── profile-2017-12-03-10-35-11-348.json
│ │ ├── profile-2017-12-03-10-35-11-348.rawproto
│ │ ├── profile-2017-12-03-10-35-27-104.json
│ │ ├── profile-2017-12-03-10-35-27-104.rawproto
│ │ ├── profile-2017-12-03-10-38-11-722.json
│ │ ├── profile-2017-12-03-10-38-11-722.rawproto
│ │ ├── profile-2017-12-03-10-38-19-397.json
│ │ ├── profile-2017-12-03-10-38-19-397.rawproto
│ │ ├── profile-2017-12-03-10-45-11-978.json
│ │ ├── profile-2017-12-03-10-45-11-978.rawproto
│ │ ├── profile-2017-12-03-11-44-41-391.json
│ │ ├── profile-2017-12-03-11-44-41-391.rawproto
│ │ ├── profile-2017-12-03-11-49-04-533.json
│ │ ├── profile-2017-12-03-11-49-04-533.rawproto
│ │ ├── profile-2017-12-03-12-24-15-839.json
│ │ ├── profile-2017-12-03-12-24-15-839.rawproto
│ │ ├── profile-2017-12-03-12-26-07-799.json
│ │ ├── profile-2017-12-03-12-26-07-799.rawproto
│ │ ├── profile-2017-12-03-12-27-34-103.json
│ │ ├── profile-2017-12-03-12-27-34-103.rawproto
│ │ ├── profile-2017-12-03-12-28-56-863.json
│ │ ├── profile-2017-12-03-12-28-56-863.rawproto
│ │ ├── profile-2017-12-03-12-29-41-272.json
│ │ ├── profile-2017-12-03-12-29-41-272.rawproto
│ │ ├── profile-2017-12-03-13-20-56-269.json
│ │ ├── profile-2017-12-03-13-20-56-269.rawproto
│ │ ├── profile-2017-12-03-13-41-30-451.json
│ │ ├── profile-2017-12-03-13-41-30-451.rawproto
│ │ ├── profile-2017-12-03-14-23-45-302.json
│ │ ├── profile-2017-12-03-14-23-45-302.rawproto
│ │ ├── profile-2017-12-03-14-27-32-128.json
│ │ ├── profile-2017-12-03-14-27-32-128.rawproto
│ │ ├── profile-2017-12-03-14-28-27-759.json
│ │ ├── profile-2017-12-03-14-28-27-759.rawproto
│ │ ├── profile-2017-12-03-14-33-21-329.json
│ │ ├── profile-2017-12-03-14-33-21-329.rawproto
│ │ ├── profile-2017-12-03-14-43-03-328.json
│ │ ├── profile-2017-12-03-14-43-03-328.rawproto
│ │ ├── profile-2017-12-03-14-44-31-103.json
│ │ ├── profile-2017-12-03-14-44-31-103.rawproto
│ │ ├── profile-2017-12-03-14-46-25-241.json
│ │ ├── profile-2017-12-03-14-46-25-241.rawproto
│ │ ├── profile-2017-12-03-14-59-59-300.json
│ │ ├── profile-2017-12-03-14-59-59-300.rawproto
│ │ ├── profile-2017-12-03-15-01-07-126.json
│ │ ├── profile-2017-12-03-15-01-07-126.rawproto
│ │ ├── profile-2017-12-03-15-02-40-161.json
│ │ ├── profile-2017-12-03-15-02-40-161.rawproto
│ │ ├── profile-2017-12-03-15-14-12-042.json
│ │ ├── profile-2017-12-03-15-14-12-042.rawproto
│ │ ├── profile-2017-12-03-15-15-15-183.json
│ │ ├── profile-2017-12-03-15-15-15-183.rawproto
│ │ ├── profile-2017-12-03-15-27-32-615.json
│ │ ├── profile-2017-12-03-15-27-32-615.rawproto
│ │ ├── profile-2017-12-03-16-47-22-122.json
│ │ ├── profile-2017-12-03-16-47-22-122.rawproto
│ │ ├── profile-2017-12-03-16-47-48-237.json
│ │ ├── profile-2017-12-03-16-47-48-237.rawproto
│ │ ├── profile-2017-12-03-17-01-24-023.json
│ │ ├── profile-2017-12-03-17-01-24-023.rawproto
│ │ ├── profile-2017-12-03-17-03-56-616.json
│ │ ├── profile-2017-12-03-17-03-56-616.rawproto
│ │ ├── profile-2017-12-03-17-08-29-543.json
│ │ ├── profile-2017-12-03-17-08-29-543.rawproto
│ │ ├── profile-2017-12-03-17-10-17-310.json
│ │ ├── profile-2017-12-03-17-10-17-310.rawproto
│ │ ├── profile-2017-12-03-18-53-14-470.json
│ │ ├── profile-2017-12-03-18-53-14-470.rawproto
│ │ ├── profile-2017-12-03-19-02-50-626.json
│ │ ├── profile-2017-12-03-19-02-50-626.rawproto
│ │ ├── profile-2017-12-03-19-05-19-243.json
│ │ ├── profile-2017-12-03-19-05-19-243.rawproto
│ │ ├── profile-2017-12-03-19-06-02-330.json
│ │ ├── profile-2017-12-03-19-06-02-330.rawproto
│ │ ├── profile-2017-12-03-19-08-14-685.json
│ │ ├── profile-2017-12-03-19-08-14-685.rawproto
│ │ ├── profile-2017-12-03-19-53-01-348.json
│ │ ├── profile-2017-12-03-19-53-01-348.rawproto
│ │ ├── profile-2017-12-03-19-54-51-010.json
│ │ ├── profile-2017-12-03-19-54-51-010.rawproto
│ │ ├── profile-2017-12-03-19-57-18-406.json
│ │ ├── profile-2017-12-03-19-57-18-406.rawproto
│ │ ├── profile-2017-12-03-20-03-58-235.json
│ │ ├── profile-2017-12-03-20-03-58-235.rawproto
│ │ ├── profile-2017-12-03-20-05-09-531.json
│ │ ├── profile-2017-12-03-20-05-09-531.rawproto
│ │ ├── profile-2017-12-03-20-05-41-656.json
│ │ ├── profile-2017-12-03-20-05-41-656.rawproto
│ │ ├── profile-2017-12-03-20-06-16-675.json
│ │ ├── profile-2017-12-03-20-06-16-675.rawproto
│ │ ├── profile-2017-12-03-20-07-49-071.json
│ │ ├── profile-2017-12-03-20-07-49-071.rawproto
│ │ ├── profile-2017-12-03-20-25-00-378.json
│ │ ├── profile-2017-12-03-20-25-00-378.rawproto
│ │ ├── profile-2017-12-03-20-25-16-023.json
│ │ ├── profile-2017-12-03-20-25-16-023.rawproto
│ │ ├── profile-2017-12-03-20-26-38-364.json
│ │ ├── profile-2017-12-03-20-26-38-364.rawproto
│ │ ├── profile-2017-12-03-20-27-36-916.json
│ │ ├── profile-2017-12-03-20-27-36-916.rawproto
│ │ ├── profile-2017-12-03-20-31-28-758.json
│ │ ├── profile-2017-12-03-20-31-28-758.rawproto
│ │ ├── profile-2017-12-03-20-33-49-107.json
│ │ ├── profile-2017-12-03-20-33-49-107.rawproto
│ │ ├── profile-2017-12-03-20-38-11-715.json
│ │ ├── profile-2017-12-03-20-38-11-715.rawproto
│ │ ├── profile-2017-12-03-20-38-24-127.json
│ │ ├── profile-2017-12-03-20-38-24-127.rawproto
│ │ ├── profile-2017-12-03-20-40-41-185.json
│ │ ├── profile-2017-12-03-20-40-41-185.rawproto
│ │ ├── profile-2017-12-03-20-40-51-673.json
│ │ ├── profile-2017-12-03-20-40-51-673.rawproto
│ │ ├── profile-2017-12-03-20-41-42-756.json
│ │ ├── profile-2017-12-03-20-41-42-756.rawproto
│ │ ├── profile-2017-12-03-20-45-02-479.json
│ │ ├── profile-2017-12-03-20-45-02-479.rawproto
│ │ ├── profile-2017-12-03-20-45-35-987.json
│ │ ├── profile-2017-12-03-20-45-35-987.rawproto
│ │ ├── profile-2017-12-03-20-47-32-243.json
│ │ ├── profile-2017-12-03-20-47-32-243.rawproto
│ │ ├── profile-2017-12-03-20-52-08-889.json
│ │ ├── profile-2017-12-03-20-52-08-889.rawproto
│ │ ├── profile-2017-12-03-20-52-57-682.json
│ │ ├── profile-2017-12-03-20-52-57-682.rawproto
│ │ ├── profile-2017-12-03-21-01-55-904.json
│ │ ├── profile-2017-12-03-21-01-55-904.rawproto
│ │ ├── profile-2017-12-03-21-02-10-697.json
│ │ ├── profile-2017-12-03-21-02-10-697.rawproto
│ │ ├── profile-2017-12-03-21-04-33-866.json
│ │ ├── profile-2017-12-03-21-04-33-866.rawproto
│ │ ├── profile-2017-12-03-21-04-49-822.json
│ │ ├── profile-2017-12-03-21-04-49-822.rawproto
│ │ ├── profile-2017-12-03-21-06-56-342.json
│ │ ├── profile-2017-12-03-21-06-56-342.rawproto
│ │ ├── profile-2017-12-03-21-13-49-655.json
│ │ ├── profile-2017-12-03-21-13-49-655.rawproto
│ │ ├── profile-2017-12-03-21-14-00-067.json
│ │ ├── profile-2017-12-03-21-14-00-067.rawproto
│ │ ├── profile-2017-12-03-21-25-23-349.json
│ │ ├── profile-2017-12-03-21-25-23-349.rawproto
│ │ ├── profile-2017-12-03-21-36-26-203.json
│ │ ├── profile-2017-12-03-21-36-26-203.rawproto
│ │ ├── profile-2017-12-03-21-36-47-094.json
│ │ ├── profile-2017-12-03-21-36-47-094.rawproto
│ │ ├── profile-2017-12-03-21-38-27-299.json
│ │ ├── profile-2017-12-03-21-38-27-299.rawproto
│ │ ├── profile-2017-12-03-21-38-32-117.json
│ │ ├── profile-2017-12-03-21-38-32-117.rawproto
│ │ ├── profile-2017-12-03-21-42-28-305.json
│ │ ├── profile-2017-12-03-21-42-28-305.rawproto
│ │ ├── profile-2017-12-03-21-42-45-552.json
│ │ ├── profile-2017-12-03-21-42-45-552.rawproto
│ │ ├── profile-2017-12-03-21-43-28-187.json
│ │ ├── profile-2017-12-03-21-43-28-187.rawproto
│ │ ├── profile-2017-12-03-21-43-33-241.json
│ │ ├── profile-2017-12-03-21-43-33-241.rawproto
│ │ ├── profile-2017-12-03-21-44-28-015.json
│ │ ├── profile-2017-12-03-21-44-28-015.rawproto
│ │ ├── profile-2017-12-03-21-44-31-494.json
│ │ ├── profile-2017-12-03-21-44-31-494.rawproto
│ │ ├── profile-2017-12-03-21-45-04-691.json
│ │ ├── profile-2017-12-03-21-45-04-691.rawproto
│ │ ├── profile-2017-12-03-21-47-20-349.json
│ │ ├── profile-2017-12-03-21-47-20-349.rawproto
│ │ ├── profile-2017-12-03-21-47-24-499.json
│ │ ├── profile-2017-12-03-21-47-24-499.rawproto
│ │ ├── profile-2017-12-03-21-48-08-382.json
│ │ ├── profile-2017-12-03-21-48-08-382.rawproto
│ │ ├── profile-2017-12-03-21-48-21-174.json
│ │ ├── profile-2017-12-03-21-48-21-174.rawproto
│ │ ├── profile-2017-12-03-21-48-24-216.json
│ │ ├── profile-2017-12-03-21-48-24-216.rawproto
│ │ ├── profile-2017-12-03-21-48-46-898.json
│ │ ├── profile-2017-12-03-21-48-46-898.rawproto
│ │ ├── profile-2017-12-03-21-49-07-366.json
│ │ ├── profile-2017-12-03-21-49-07-366.rawproto
│ │ ├── profile-2017-12-03-21-50-35-009.json
│ │ ├── profile-2017-12-03-21-50-35-009.rawproto
│ │ ├── profile-2017-12-03-21-51-29-550.json
│ │ ├── profile-2017-12-03-21-51-29-550.rawproto
│ │ ├── profile-2017-12-03-21-51-33-751.json
│ │ ├── profile-2017-12-03-21-51-33-751.rawproto
│ │ ├── profile-2017-12-03-21-52-00-072.json
│ │ ├── profile-2017-12-03-21-52-00-072.rawproto
│ │ ├── profile-2017-12-03-21-52-23-612.json
│ │ ├── profile-2017-12-03-21-52-23-612.rawproto
│ │ ├── profile-2017-12-03-21-56-31-793.json
│ │ ├── profile-2017-12-03-21-56-31-793.rawproto
│ │ ├── profile-2017-12-03-21-56-34-888.json
│ │ ├── profile-2017-12-03-21-56-34-888.rawproto
│ │ ├── profile-2017-12-03-21-56-39-390.json
│ │ ├── profile-2017-12-03-21-56-39-390.rawproto
│ │ ├── profile-2017-12-03-21-57-06-290.json
│ │ ├── profile-2017-12-03-21-57-06-290.rawproto
│ │ ├── profile-2017-12-03-21-57-45-324.json
│ │ ├── profile-2017-12-03-21-57-45-324.rawproto
│ │ ├── profile-2017-12-03-21-57-48-070.json
│ │ ├── profile-2017-12-03-21-57-48-070.rawproto
│ │ ├── profile-2017-12-03-21-57-51-533.json
│ │ ├── profile-2017-12-03-21-57-51-533.rawproto
│ │ ├── profile-2017-12-03-21-58-06-523.json
│ │ ├── profile-2017-12-03-21-58-06-523.rawproto
│ │ ├── profile-2017-12-03-21-58-25-083.json
│ │ ├── profile-2017-12-03-21-58-25-083.rawproto
│ │ ├── profile-2017-12-03-22-00-20-740.json
│ │ ├── profile-2017-12-03-22-00-20-740.rawproto
│ │ ├── profile-2017-12-03-22-01-36-043.json
│ │ ├── profile-2017-12-03-22-01-36-043.rawproto
│ │ ├── profile-2017-12-03-22-02-30-674.json
│ │ ├── profile-2017-12-03-22-02-30-674.rawproto
│ │ ├── profile-2017-12-03-22-02-33-445.json
│ │ ├── profile-2017-12-03-22-02-33-445.rawproto
│ │ ├── profile-2017-12-03-22-02-43-158.json
│ │ ├── profile-2017-12-03-22-02-43-158.rawproto
│ │ ├── profile-2017-12-03-22-03-01-907.json
│ │ ├── profile-2017-12-03-22-03-01-907.rawproto
│ │ ├── profile-2017-12-03-22-04-31-399.json
│ │ ├── profile-2017-12-03-22-04-31-399.rawproto
│ │ ├── profile-2017-12-03-22-04-34-798.json
│ │ ├── profile-2017-12-03-22-04-34-798.rawproto
│ │ ├── profile-2017-12-03-22-04-54-336.json
│ │ ├── profile-2017-12-03-22-04-54-336.rawproto
│ │ ├── profile-2017-12-03-22-04-56-611.json
│ │ ├── profile-2017-12-03-22-04-56-611.rawproto
│ │ ├── profile-2017-12-03-22-05-06-430.json
│ │ ├── profile-2017-12-03-22-05-06-430.rawproto
│ │ ├── profile-2017-12-03-22-05-08-801.json
│ │ ├── profile-2017-12-03-22-05-08-801.rawproto
│ │ ├── profile-2017-12-03-22-05-29-147.json
│ │ ├── profile-2017-12-03-22-05-29-147.rawproto
│ │ ├── profile-2017-12-03-22-06-01-214.json
│ │ ├── profile-2017-12-03-22-06-01-214.rawproto
│ │ ├── profile-2017-12-03-22-06-30-430.json
│ │ ├── profile-2017-12-03-22-06-30-430.rawproto
│ │ ├── profile-2017-12-03-22-06-32-770.json
│ │ ├── profile-2017-12-03-22-06-32-770.rawproto
│ │ ├── profile-2017-12-03-22-06-44-356.json
│ │ ├── profile-2017-12-03-22-06-44-356.rawproto
│ │ ├── profile-2017-12-03-22-06-57-838.json
│ │ ├── profile-2017-12-03-22-06-57-838.rawproto
│ │ ├── profile-2017-12-03-22-07-54-674.json
│ │ ├── profile-2017-12-03-22-07-54-674.rawproto
│ │ ├── profile-2017-12-03-22-07-56-560.json
│ │ ├── profile-2017-12-03-22-07-56-560.rawproto
│ │ ├── profile-2017-12-03-22-08-08-359.json
│ │ ├── profile-2017-12-03-22-08-08-359.rawproto
│ │ ├── profile-2017-12-03-22-09-13-274.json
│ │ ├── profile-2017-12-03-22-09-13-274.rawproto
│ │ ├── profile-2017-12-03-22-09-57-543.json
│ │ ├── profile-2017-12-03-22-09-57-543.rawproto
│ │ ├── profile-2017-12-03-22-18-36-939.json
│ │ ├── profile-2017-12-03-22-18-36-939.rawproto
│ │ ├── profile-2017-12-03-23-06-47-796.json
│ │ ├── profile-2017-12-03-23-06-47-796.rawproto
│ │ ├── profile-2017-12-03-23-08-53-938.json
│ │ ├── profile-2017-12-03-23-08-53-938.rawproto
│ │ ├── profile-2017-12-03-23-32-52-302.json
│ │ ├── profile-2017-12-03-23-32-52-302.rawproto
│ │ ├── profile-2017-12-03-23-33-59-314.json
│ │ ├── profile-2017-12-03-23-33-59-314.rawproto
│ │ ├── profile-2017-12-03-23-35-44-020.json
│ │ ├── profile-2017-12-03-23-35-44-020.rawproto
│ │ ├── profile-2017-12-03-23-40-48-838.json
│ │ ├── profile-2017-12-03-23-40-48-838.rawproto
│ │ ├── profile-2017-12-03-23-41-36-838.json
│ │ ├── profile-2017-12-03-23-41-36-838.rawproto
│ │ ├── profile-2017-12-03-23-42-49-127.json
│ │ ├── profile-2017-12-03-23-42-49-127.rawproto
│ │ ├── profile-2017-12-03-23-43-39-756.json
│ │ ├── profile-2017-12-03-23-43-39-756.rawproto
│ │ ├── profile-2017-12-03-23-44-20-059.json
│ │ ├── profile-2017-12-03-23-44-20-059.rawproto
│ │ ├── profile-2017-12-03-23-44-44-662.json
│ │ ├── profile-2017-12-03-23-44-44-662.rawproto
│ │ ├── profile-2017-12-03-23-45-23-147.json
│ │ ├── profile-2017-12-03-23-45-23-147.rawproto
│ │ ├── profile-2017-12-03-23-48-58-498.json
│ │ ├── profile-2017-12-03-23-48-58-498.rawproto
│ │ ├── profile-2017-12-03-23-50-36-293.json
│ │ ├── profile-2017-12-03-23-50-36-293.rawproto
│ │ ├── profile-2017-12-03-23-51-05-873.json
│ │ ├── profile-2017-12-03-23-51-05-873.rawproto
│ │ ├── profile-2017-12-03-23-52-06-351.json
│ │ ├── profile-2017-12-03-23-52-06-351.rawproto
│ │ ├── profile-2017-12-03-23-56-06-287.json
│ │ ├── profile-2017-12-03-23-56-06-287.rawproto
│ │ ├── profile-2017-12-03-23-57-43-020.json
│ │ ├── profile-2017-12-03-23-57-43-020.rawproto
│ │ ├── profile-2017-12-03-23-59-12-604.json
│ │ ├── profile-2017-12-03-23-59-12-604.rawproto
│ │ ├── profile-2017-12-03-23-59-26-682.json
│ │ ├── profile-2017-12-03-23-59-26-682.rawproto
│ │ ├── profile-2017-12-04-09-23-44-299.json
│ │ ├── profile-2017-12-04-09-23-44-299.rawproto
│ │ ├── profile-2017-12-04-09-24-07-777.json
│ │ ├── profile-2017-12-04-09-24-07-777.rawproto
│ │ ├── profile-2017-12-04-09-28-04-960.json
│ │ ├── profile-2017-12-04-09-28-04-960.rawproto
│ │ ├── profile-2017-12-04-09-28-15-105.json
│ │ ├── profile-2017-12-04-09-28-15-105.rawproto
│ │ ├── profile-2017-12-04-09-28-49-983.json
│ │ ├── profile-2017-12-04-09-28-49-983.rawproto
│ │ ├── profile-2017-12-04-09-30-07-468.json
│ │ ├── profile-2017-12-04-09-30-07-468.rawproto
│ │ ├── profile-2017-12-04-09-30-38-805.json
│ │ ├── profile-2017-12-04-09-30-38-805.rawproto
│ │ ├── profile-2017-12-04-09-30-54-794.json
│ │ ├── profile-2017-12-04-09-30-54-794.rawproto
│ │ ├── profile-2017-12-04-09-33-14-063.json
│ │ ├── profile-2017-12-04-09-33-14-063.rawproto
│ │ ├── profile-2017-12-04-09-35-44-133.json
│ │ ├── profile-2017-12-04-09-35-44-133.rawproto
│ │ ├── profile-2017-12-04-09-40-29-480.json
│ │ ├── profile-2017-12-04-09-40-29-480.rawproto
│ │ ├── profile-2017-12-04-09-42-48-208.json
│ │ ├── profile-2017-12-04-09-42-48-208.rawproto
│ │ ├── profile-2017-12-04-09-52-09-443.json
│ │ ├── profile-2017-12-04-09-52-09-443.rawproto
│ │ ├── profile-2017-12-04-09-52-40-041.json
│ │ ├── profile-2017-12-04-09-52-40-041.rawproto
│ │ ├── profile-2017-12-04-10-17-20-299.json
│ │ ├── profile-2017-12-04-10-17-20-299.rawproto
│ │ ├── profile-2017-12-04-10-17-28-250.json
│ │ ├── profile-2017-12-04-10-17-28-250.rawproto
│ │ ├── profile-2017-12-04-10-19-21-244.json
│ │ ├── profile-2017-12-04-10-19-21-244.rawproto
│ │ ├── profile-2017-12-04-14-52-53-831.json
│ │ ├── profile-2017-12-04-14-52-53-831.rawproto
│ │ ├── profile-2017-12-04-14-52-59-150.json
│ │ ├── profile-2017-12-04-14-52-59-150.rawproto
│ │ ├── profile-2017-12-10-17-07-18-143.json
│ │ ├── profile-2017-12-10-17-07-18-143.rawproto
│ │ ├── profile-2017-12-10-17-07-56-445.json
│ │ ├── profile-2017-12-10-17-07-56-445.rawproto
│ │ ├── profile-2017-12-10-17-10-50-914.json
│ │ ├── profile-2017-12-10-17-10-50-914.rawproto
│ │ ├── profile-2017-12-10-17-10-54-159.json
│ │ ├── profile-2017-12-10-17-10-54-159.rawproto
│ │ ├── profile-2017-12-12-16-53-38-075.json
│ │ ├── profile-2017-12-12-16-53-38-075.rawproto
│ │ ├── profile-2017-12-12-16-54-15-800.json
│ │ ├── profile-2017-12-12-16-54-15-800.rawproto
│ │ ├── profile-2017-12-13-11-42-27-741.json
│ │ ├── profile-2017-12-13-11-42-27-741.rawproto
│ │ ├── profile-2017-12-13-11-42-33-511.json
│ │ ├── profile-2017-12-13-11-42-33-511.rawproto
│ │ ├── profile-2017-12-13-13-59-54-710.json
│ │ ├── profile-2017-12-13-13-59-54-710.rawproto
│ │ ├── profile-2017-12-20-18-49-24-268.json
│ │ ├── profile-2017-12-20-18-49-24-268.rawproto
│ │ ├── profile-2017-12-20-18-49-34-423.json
│ │ ├── profile-2017-12-20-18-49-34-423.rawproto
│ │ ├── profile-2017-12-26-19-56-02-142.json
│ │ ├── profile-2017-12-26-19-56-02-142.rawproto
│ │ ├── profile-2017-12-26-19-56-13-444.json
│ │ ├── profile-2017-12-26-19-56-13-444.rawproto
│ │ ├── profile-2017-12-26-19-58-21-080.json
│ │ ├── profile-2017-12-26-19-58-21-080.rawproto
│ │ ├── profile-2017-12-26-19-58-23-514.json
│ │ ├── profile-2017-12-26-19-58-23-514.rawproto
│ │ ├── profile-2018-12-17-10-01-07-253.json
│ │ └── profile-2018-12-17-10-01-07-253.rawproto
│ └── intermediates
│ ├── dex-cache
│ │ └── cache.xml
│ └── lint-cache
│ └── maven.google
│ ├── com
│ │ └── android
│ │ └── support
│ │ └── group-index.xml
│ └── master-index.xml
├── build.gradle
├── gradle
│ └── wrapper
│ ├── gradle-wrapper.jar
│ └── gradle-wrapper.properties
├── gradlew
├── gradlew.bat
├── import-summary.txt
├── local.properties
└── settings.gradle
463 directories, 1038 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论