POC详情: 088df39eb3f7c141cde114b899cdbfce970113e5

来源
关联漏洞
标题: Android System(art) 权限许可和访问控制问题漏洞 (CVE-2017-13156)
描述:Android是美国谷歌(Google)公司和开放手持设备联盟(简称OHA)共同开发的一套以Linux为基础的开源操作系统。System(art)是使用在其中的一个ART模式运行环境。 Android中的System(art)存在提权漏洞。远程攻击者可利用该漏洞提升权限。以下版本受到影响:Android 5.1.1版本,6.0版本,6.0.1版本,7.0版本,7.1.1版本,7.1.2版本,8.0版本。
描述
CVE-2017-13156-Janus复现
介绍
## CVE-2017-13156-Janus 复现

> 攻击者利用Janus漏洞(CVE-2017-13156)可以绕过Android系统的signature scheme V1签名机制,任意修改应用代码而不影响其签名。Android的签名机制用来防护应用被篡改,正常来说,应用被修改了,需要重新对其签名,否则无法安装到设备上。应用在安装时,系统会校验apk的签名,如果签名不存在或者校验失败,系统会拒绝安装。由于攻击者不具有开发者的私钥,所以他会使用其他私钥对该应用进行重签名,这时会出现签名不一致的情况。应用校验签名,可以在一定程度上发现应用是否被篡改。但是Janus漏洞允许攻击者篡改应用而不影响签名,这样二次开发的应用可以覆盖官方应用,带来一定程度的危害。  

著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。

影响范围: Android 5.0-8.0   

```
.
|____a.dex 修改的dex
|____target.apk 修改后的apk
|____app
|____janus.py 修改脚本
|____Janus.jar 修改的jar
|____cla.dex 修改的dex
|____README.md 
|____a.apk
|____f.apk
|____app-release.apk 原apk
```


jar:    
```
java -jar Janus.jar Janus [dex_file] [apk_file] [output_file]
java -jar Janus.jar Janus a.dex app-release.apk a.apk
```

python:  
```
python janus.py [dex_file] [apk_file] [output_file]
> python janus.py a.dex app-release.apk a.apk

```

尝试的步骤:  
1.生成原apk  
2.baksmail解压初smali 修改字符  
3.重新smali打包成dex  
4.使用poc生成新apk  
5.加toast  
6.多写点log 对比log  
7.你可以先在原来的java上改,再编译一个新的apk,再用新的apk的dex注入进去看看  
8.改过的dex里面弄一个特有的函数,hook就代表有执行   

尝试6.0.1小米手机测试未成功  安装成功未执行代码  
尝试6.0.1nexus手机测试未成功  安装成功未执行代码  
尝试4.4.3sony手机测试未成功  未安装成功  
猜测手机打了补丁    


[别人复现的](https://github.com/TomesVWhite/BuildFakeApk)  
[python poc](https://github.com/V-E-O/PoC/blob/master/CVE-2017-13156/janus.py)  
[java poc](https://github.com/xyzAsian/Janus-CVE-2017-13156)  
[Janus签名漏洞(CVE-2017-13156)原理与利用分析](https://www.freebuf.com/news/171835.html)  
[安天移动安全:Janus高危漏洞深度分析](https://www.secpulse.com/archives/66599.html)  
[Janus漏洞分析](https://www.jianshu.com/p/5e35902cddb2)  
文件快照

[4.0K] /data/pocs/088df39eb3f7c141cde114b899cdbfce970113e5 ├── [3.8M] a.apk ├── [2.2M] a.dex ├── [4.0K] app │   ├── [4.0K] android │   │   └── [4.0K] support │   │   └── [4.0K] v4 │   │   ├── [4.0K] app │   │   │   ├── [1.5K] INotificationSideChannel$Default.smali │   │   │   ├── [7.6K] INotificationSideChannel$Stub$Proxy.smali │   │   │   ├── [6.0K] INotificationSideChannel$Stub.smali │   │   │   ├── [1.1K] INotificationSideChannel.smali │   │   │   └── [1.1K] RemoteActionCompatParcelizer.smali │   │   ├── [4.0K] graphics │   │   │   └── [4.0K] drawable │   │   │   └── [1.1K] IconCompatParcelizer.smali │   │   └── [4.0K] os │   │   ├── [ 969] IResultReceiver$Default.smali │   │   ├── [3.3K] IResultReceiver$Stub$Proxy.smali │   │   ├── [4.3K] IResultReceiver$Stub.smali │   │   ├── [ 618] IResultReceiver.smali │   │   ├── [1.9K] ResultReceiver$1.smali │   │   ├── [2.1K] ResultReceiver$MyResultReceiver.smali │   │   ├── [1.6K] ResultReceiver$MyRunnable.smali │   │   └── [5.0K] ResultReceiver.smali │   ├── [4.0K] androidx │   │   ├── [4.0K] activity │   │   │   ├── [ 177] Cancellable.smali │   │   │   ├── [1.2K] ComponentActivity$1.smali │   │   │   ├── [1.7K] ComponentActivity$2.smali │   │   │   ├── [1.7K] ComponentActivity$3.smali │   │   │   ├── [ 676] ComponentActivity$NonConfigurationInstances.smali │   │   │   ├── [ 12K] ComponentActivity.smali │   │   │   ├── [6.2K] ImmLeaksCleaner.smali │   │   │   ├── [2.8K] OnBackPressedCallback.smali │   │   │   ├── [4.6K] OnBackPressedDispatcher$LifecycleOnBackPressedCancellable.smali │   │   │   ├── [2.1K] OnBackPressedDispatcher$OnBackPressedCancellable.smali │   │   │   ├── [ 342] OnBackPressedDispatcherOwner.smali │   │   │   ├── [5.6K] OnBackPressedDispatcher.smali │   │   │   ├── [1.2K] R$attr.smali │   │   │   ├── [ 770] R$color.smali │   │   │   ├── [2.1K] R$dimen.smali │   │   │   ├── [1.3K] R$drawable.smali │   │   │   ├── [4.8K] R$id.smali │   │   │   ├── [ 561] R$integer.smali │   │   │   ├── [ 982] R$layout.smali │   │   │   ├── [ 561] R$string.smali │   │   │   ├── [4.6K] R$styleable.smali │   │   │   ├── [1.0K] R$style.smali │   │   │   └── [ 707] R.smali │   │   ├── [4.0K] annotation │   │   │   ├── [ 918] AnimatorRes.smali │   │   │   ├── [ 910] AnimRes.smali │   │   │   ├── [ 908] AnyRes.smali │   │   │   ├── [ 910] AnyThread.smali │   │   │   ├── [ 912] ArrayRes.smali │   │   │   ├── [ 910] AttrRes.smali │   │   │   ├── [ 916] BinderThread.smali │   │   │   ├── [ 910] BoolRes.smali │   │   │   ├── [ 625] CallSuper.smali │   │   │   ├── [ 892] CheckResult.smali │   │   │   ├── [ 841] ColorInt.smali │   │   │   ├── [ 844] ColorLong.smali │   │   │   ├── [ 912] ColorRes.smali │   │   │   ├── [ 563] ContentView.smali │   │   │   ├── [ 912] DimenRes.smali │   │   │   ├── [1.4K] Dimension.smali │   │   │   ├── [ 918] DrawableRes.smali │   │   │   ├── [1.4K] FloatRange.smali │   │   │   ├── [ 910] FontRes.smali │   │   │   ├── [ 918] FractionRes.smali │   │   │   ├── [ 728] GuardedBy.smali │   │   │   ├── [ 844] HalfFloat.smali │   │   │   ├── [ 906] IdRes.smali │   │   │   ├── [ 950] InspectableProperty$EnumEntry.smali │   │   │   ├── [1.2K] InspectableProperty$FlagEntry.smali │   │   │   ├── [6.5K] InspectableProperty$ValueType.smali │   │   │   ├── [1.7K] InspectableProperty.smali │   │   │   ├── [ 928] IntDef.smali │   │   │   ├── [ 916] IntegerRes.smali │   │   │   ├── [ 926] InterpolatorRes.smali │   │   │   ├── [1.2K] IntRange.smali │   │   │   ├── [1021] Keep.smali │   │   │   ├── [ 914] LayoutRes.smali │   │   │   ├── [ 931] LongDef.smali │   │   │   ├── [ 912] MainThread.smali │   │   │   ├── [ 910] MenuRes.smali │   │   │   ├── [ 922] NavigationRes.smali │   │   │   ├── [1.1K] NonNull.smali │   │   │   ├── [1.1K] Nullable.smali │   │   │   ├── [ 916] PluralsRes.smali │   │   │   ├── [ 900] Px.smali │   │   │   ├── [ 908] RawRes.smali │   │   │   ├── [1.2K] RequiresApi.smali │   │   │   ├── [ 998] RequiresFeature.smali │   │   │   ├── [1.2K] RequiresPermission$Read.smali │   │   │   ├── [1.2K] RequiresPermission$Write.smali │   │   │   ├── [1.6K] RequiresPermission.smali │   │   │   ├── [5.3K] RestrictTo$Scope.smali │   │   │   ├── [1.2K] RestrictTo.smali │   │   │   ├── [1.4K] Size.smali │   │   │   ├── [ 888] StringDef.smali │   │   │   ├── [ 914] StringRes.smali │   │   │   ├── [ 920] StyleableRes.smali │   │   │   ├── [ 912] StyleRes.smali │   │   │   ├── [ 822] TransitionRes.smali │   │   │   ├── [ 908] UiThread.smali │   │   │   ├── [ 848] VisibleForTesting.smali │   │   │   ├── [ 916] WorkerThread.smali │   │   │   └── [ 908] XmlRes.smali │   │   ├── [4.0K] appcompat │   │   │   ├── [4.0K] app │   │   │   │   ├── [ 632] ActionBar$DisplayOptions.smali │   │   │   │   ├── [3.4K] ActionBar$LayoutParams.smali │   │   │   │   ├── [ 632] ActionBar$NavigationMode.smali │   │   │   │   ├── [ 490] ActionBar$OnMenuVisibilityListener.smali │   │   │   │   ├── [ 544] ActionBar$OnNavigationListener.smali │   │   │   │   ├── [ 868] ActionBar$TabListener.smali │   │   │   │   ├── [2.2K] ActionBar$Tab.smali │   │   │   │   ├── [2.3K] ActionBarDrawerToggle$1.smali │   │   │   │   ├── [ 563] ActionBarDrawerToggle$DelegateProvider.smali │   │   │   │   ├── [ 840] ActionBarDrawerToggle$Delegate.smali │   │   │   │   ├── [6.8K] ActionBarDrawerToggle$FrameworkActionBarDelegate.smali │   │   │   │   ├── [3.8K] ActionBarDrawerToggle$ToolbarCompatDelegate.smali │   │   │   │   ├── [3.3K] ActionBarDrawerToggleHoneycomb$SetIndicatorInfo.smali │   │   │   │   ├── [6.4K] ActionBarDrawerToggleHoneycomb.smali │   │   │   │   ├── [ 21K] ActionBarDrawerToggle.smali │   │   │   │   ├── [ 10K] ActionBar.smali │   │   │   │   ├── [4.4K] AlertController$1.smali │   │   │   │   ├── [1.7K] AlertController$2.smali │   │   │   │   ├── [1.9K] AlertController$3.smali │   │   │   │   ├── [1.8K] AlertController$4.smali │   │   │   │   ├── [1.9K] AlertController$5.smali │   │   │   │   ├── [2.7K] AlertController$AlertParams$1.smali │   │   │   │   ├── [4.9K] AlertController$AlertParams$2.smali │   │   │   │   ├── [2.8K] AlertController$AlertParams$3.smali │   │   │   │   ├── [3.7K] AlertController$AlertParams$4.smali │   │   │   │   ├── [ 552] AlertController$AlertParams$OnPrepareListViewListener.smali │   │   │   │   ├── [ 19K] AlertController$AlertParams.smali │   │   │   │   ├── [2.5K] AlertController$ButtonHandler.smali │   │   │   │   ├── [1.1K] AlertController$CheckedItemAdapter.smali │   │   │   │   ├── [3.1K] AlertController$RecycleListView.smali │   │   │   │   ├── [ 54K] AlertController.smali │   │   │   │   ├── [ 36K] AlertDialog$Builder.smali │   │   │   │   ├── [ 11K] AlertDialog.smali │   │   │   │   ├── [ 24K] AppCompatActivity.smali │   │   │   │   ├── [ 515] AppCompatCallback.smali │   │   │   │   ├── [ 646] AppCompatDelegate$NightMode.smali │   │   │   │   ├── [3.9K] AppCompatDelegateImpl$1.smali │   │   │   │   ├── [2.5K] AppCompatDelegateImpl$2.smali │   │   │   │   ├── [2.4K] AppCompatDelegateImpl$3.smali │   │   │   │   ├── [1.4K] AppCompatDelegateImpl$4.smali │   │   │   │   ├── [1.3K] AppCompatDelegateImpl$5.smali │   │   │   │   ├── [3.2K] AppCompatDelegateImpl$6$1.smali │   │   │   │   ├── [4.8K] AppCompatDelegateImpl$6.smali │   │   │   │   ├── [4.2K] AppCompatDelegateImpl$7.smali │   │   │   │   ├── [4.3K] AppCompatDelegateImpl$ActionBarDrawableToggleImpl.smali │   │   │   │   ├── [2.0K] AppCompatDelegateImpl$ActionMenuPresenterCallback.smali │   │   │   │   ├── [6.6K] AppCompatDelegateImpl$ActionModeCallbackWrapperV9$1.smali │   │   │   │   ├── [8.4K] AppCompatDelegateImpl$ActionModeCallbackWrapperV9.smali │   │   │   │   ├── [9.9K] AppCompatDelegateImpl$AppCompatWindowCallback.smali │   │   │   │   ├── [3.1K] AppCompatDelegateImpl$AutoBatteryNightModeManager.smali │   │   │   │   ├── [1.4K] AppCompatDelegateImpl$AutoNightModeManager$1.smali │   │   │   │   ├── [4.3K] AppCompatDelegateImpl$AutoNightModeManager.smali │   │   │   │   ├── [2.8K] AppCompatDelegateImpl$AutoTimeNightModeManager.smali │   │   │   │   ├── [1.1K] AppCompatDelegateImpl$ConfigurationImplApi17.smali │   │   │   │   ├── [1.5K] AppCompatDelegateImpl$ConfigurationImplApi24.smali │   │   │   │   ├── [1.8K] AppCompatDelegateImpl$ConfigurationImplApi26.smali │   │   │   │   ├── [ 912] AppCompatDelegateImpl$ContextThemeWrapperCompatApi17Impl.smali │   │   │   │   ├── [4.1K] AppCompatDelegateImpl$ListMenuDecorView.smali │   │   │   │   ├── [3.3K] AppCompatDelegateImpl$PanelFeatureState$SavedState$1.smali │   │   │   │   ├── [3.7K] AppCompatDelegateImpl$PanelFeatureState$SavedState.smali │   │   │   │   ├── [ 14K] AppCompatDelegateImpl$PanelFeatureState.smali │   │   │   │   ├── [4.3K] AppCompatDelegateImpl$PanelMenuPresenterCallback.smali │   │   │   │   ├── [211K] AppCompatDelegateImpl.smali │   │   │   │   ├── [ 13K] AppCompatDelegate.smali │   │   │   │   ├── [1.2K] AppCompatDialog$1.smali │   │   │   │   ├── [1.9K] AppCompatDialogFragment.smali │   │   │   │   ├── [ 11K] AppCompatDialog.smali │   │   │   │   ├── [7.8K] AppCompatViewInflater$DeclaredOnClickListener.smali │   │   │   │   ├── [ 31K] AppCompatViewInflater.smali │   │   │   │   ├── [1.7K] NavItemSelectedListener.smali │   │   │   │   ├── [ 14K] ResourcesFlusher.smali │   │   │   │   ├── [1.1K] ToolbarActionBar$1.smali │   │   │   │   ├── [1.3K] ToolbarActionBar$2.smali │   │   │   │   ├── [3.5K] ToolbarActionBar$ActionMenuPresenterCallback.smali │   │   │   │   ├── [3.2K] ToolbarActionBar$MenuBuilderCallback.smali │   │   │   │   ├── [3.0K] ToolbarActionBar$ToolbarCallbackWrapper.smali │   │   │   │   ├── [ 35K] ToolbarActionBar.smali │   │   │   │   ├── [7.3K] TwilightCalculator.smali │   │   │   │   ├── [ 693] TwilightManager$TwilightState.smali │   │   │   │   ├── [ 12K] TwilightManager.smali │   │   │   │   ├── [4.2K] WindowDecorActionBar$1.smali │   │   │   │   ├── [1.6K] WindowDecorActionBar$2.smali │   │   │   │   ├── [1.5K] WindowDecorActionBar$3.smali │   │   │   │   ├── [ 19K] WindowDecorActionBar$ActionModeImpl.smali │   │   │   │   ├── [ 11K] WindowDecorActionBar$TabImpl.smali │   │   │   │   └── [ 99K] WindowDecorActionBar.smali │   │   │   ├── [4.0K] content │   │   │   │   └── [4.0K] res │   │   │   │   ├── [1.1K] AppCompatResources$ColorStateListCacheEntry.smali │   │   │   │   └── [ 11K] AppCompatResources.smali │   │   │   ├── [4.0K] graphics │   │   │   │   └── [4.0K] drawable │   │   │   │   ├── [ 440] AnimatedStateListDrawableCompat$1.smali │   │   │   │   ├── [1.8K] AnimatedStateListDrawableCompat$AnimatableTransition.smali │   │   │   │   ├── [ 12K] AnimatedStateListDrawableCompat$AnimatedStateListState.smali │   │   │   │   ├── [2.1K] AnimatedStateListDrawableCompat$AnimatedVectorDrawableTransition.smali │   │   │   │   ├── [4.2K] AnimatedStateListDrawableCompat$AnimationDrawableTransition.smali │   │   │   │   ├── [4.0K] AnimatedStateListDrawableCompat$FrameInterpolator.smali │   │   │   │   ├── [1.2K] AnimatedStateListDrawableCompat$Transition.smali │   │   │   │   ├── [ 53K] AnimatedStateListDrawableCompat.smali │   │   │   │   ├── [1.5K] DrawableContainer$1.smali │   │   │   │   ├── [2.8K] DrawableContainer$BlockInvalidateCallback.smali │   │   │   │   ├── [ 47K] DrawableContainer$DrawableContainerState.smali │   │   │   │   ├── [ 57K] DrawableContainer.smali │   │   │   │   ├── [ 13K] DrawableWrapper.smali │   │   │   │   ├── [ 690] DrawerArrowDrawable$ArrowDirection.smali │   │   │   │   ├── [ 25K] DrawerArrowDrawable.smali │   │   │   │   ├── [5.2K] StateListDrawable$StateListState.smali │   │   │   │   └── [ 21K] StateListDrawable.smali │   │   │   ├── [2.2K] R$anim.smali │   │   │   ├── [ 17K] R$attr.smali │   │   │   ├── [ 695] R$bool.smali │   │   │   ├── [6.6K] R$color.smali │   │   │   ├── [9.2K] R$dimen.smali │   │   │   ├── [8.2K] R$drawable.smali │   │   │   ├── [8.9K] R$id.smali │   │   │   ├── [ 842] R$integer.smali │   │   │   ├── [1.1K] R$interpolator.smali │   │   │   ├── [3.2K] R$layout.smali │   │   │   ├── [2.5K] R$string.smali │   │   │   ├── [ 47K] R$styleable.smali │   │   │   ├── [ 28K] R$style.smali │   │   │   ├── [4.0K] resources │   │   │   │   ├── [1.2K] R$attr.smali │   │   │   │   ├── [ 792] R$color.smali │   │   │   │   ├── [2.1K] R$dimen.smali │   │   │   │   ├── [1.4K] R$drawable.smali │   │   │   │   ├── [4.8K] R$id.smali │   │   │   │   ├── [ 583] R$integer.smali │   │   │   │   ├── [1004] R$layout.smali │   │   │   │   ├── [ 583] R$string.smali │   │   │   │   ├── [7.8K] R$styleable.smali │   │   │   │   ├── [1.1K] R$style.smali │   │   │   │   └── [ 828] R.smali │   │   │   ├── [ 837] R.smali │   │   │   ├── [4.0K] text │   │   │   │   └── [1.7K] AllCapsTransformationMethod.smali │   │   │   ├── [4.0K] view │   │   │   │   ├── [6.5K] ActionBarPolicy.smali │   │   │   │   ├── [ 842] ActionMode$Callback.smali │   │   │   │   ├── [2.2K] ActionMode.smali │   │   │   │   ├── [ 361] CollapsibleActionView.smali │   │   │   │   ├── [ 11K] ContextThemeWrapper.smali │   │   │   │   ├── [4.0K] menu │   │   │   │   │   ├── [ 24K] ActionMenuItem.smali │   │   │   │   │   ├── [3.7K] ActionMenuItemView$ActionMenuItemForwardingListener.smali │   │   │   │   │   ├── [ 698] ActionMenuItemView$PopupCallback.smali │   │   │   │   │   ├── [ 22K] ActionMenuItemView.smali │   │   │   │   │   ├── [ 12K] BaseMenuPresenter.smali │   │   │   │   │   ├── [7.8K] BaseMenuWrapper.smali │   │   │   │   │   ├── [3.9K] CascadingMenuPopup$1.smali │   │   │   │   │   ├── [3.0K] CascadingMenuPopup$2.smali │   │   │   │   │   ├── [4.0K] CascadingMenuPopup$3$1.smali │   │   │   │   │   ├── [4.9K] CascadingMenuPopup$3.smali │   │   │   │   │   ├── [1.7K] CascadingMenuPopup$CascadingMenuInfo.smali │   │   │   │   │   ├── [ 669] CascadingMenuPopup$HorizPosition.smali │   │   │   │   │   ├── [ 47K] CascadingMenuPopup.smali │   │   │   │   │   ├── [4.7K] ExpandedMenuView.smali │   │   │   │   │   ├── [ 28K] ListMenuItemView.smali │   │   │   │   │   ├── [6.9K] ListMenuPresenter$MenuAdapter.smali │   │   │   │   │   ├── [ 14K] ListMenuPresenter.smali │   │   │   │   │   ├── [8.6K] MenuAdapter.smali │   │   │   │   │   ├── [ 634] MenuBuilder$Callback.smali │   │   │   │   │   ├── [ 511] MenuBuilder$ItemInvoker.smali │   │   │   │   │   ├── [ 87K] MenuBuilder.smali │   │   │   │   │   ├── [ 12K] MenuDialogHelper.smali │   │   │   │   │   ├── [ 301] MenuHelper.smali │   │   │   │   │   ├── [1.6K] MenuItemImpl$1.smali │   │   │   │   │   ├── [ 57K] MenuItemImpl.smali │   │   │   │   │   ├── [3.8K] MenuItemWrapperICS$ActionProviderWrapperJB.smali │   │   │   │   │   ├── [2.9K] MenuItemWrapperICS$ActionProviderWrapper.smali │   │   │   │   │   ├── [2.3K] MenuItemWrapperICS$CollapsibleActionViewWrapper.smali │   │   │   │   │   ├── [2.8K] MenuItemWrapperICS$OnActionExpandListenerWrapper.smali │   │   │   │   │   ├── [2.0K] MenuItemWrapperICS$OnMenuItemClickListenerWrapper.smali │   │   │   │   │   ├── [ 29K] MenuItemWrapperICS.smali │   │   │   │   │   ├── [1.2K] MenuPopupHelper$1.smali │   │   │   │   │   ├── [ 18K] MenuPopupHelper.smali │   │   │   │   │   ├── [7.1K] MenuPopup.smali │   │   │   │   │   ├── [ 608] MenuPresenter$Callback.smali │   │   │   │   │   ├── [1.4K] MenuPresenter.smali │   │   │   │   │   ├── [1.0K] MenuView$ItemView.smali │   │   │   │   │   ├── [ 457] MenuView.smali │   │   │   │   │   ├── [ 13K] MenuWrapperICS.smali │   │   │   │   │   ├── [ 377] ShowableListMenu.smali │   │   │   │   │   ├── [2.7K] StandardMenuPopup$1.smali │   │   │   │   │   ├── [3.0K] StandardMenuPopup$2.smali │   │   │   │   │   ├── [ 26K] StandardMenuPopup.smali │   │   │   │   │   ├── [9.5K] SubMenuBuilder.smali │   │   │   │   │   └── [4.3K] SubMenuWrapperICS.smali │   │   │   │   ├── [ 11K] StandaloneActionMode.smali │   │   │   │   ├── [8.4K] SupportActionModeWrapper$CallbackWrapper.smali │   │   │   │   ├── [7.0K] SupportActionModeWrapper.smali │   │   │   │   ├── [5.4K] SupportMenuInflater$InflatedOnMenuItemClickListener.smali │   │   │   │   ├── [ 31K] SupportMenuInflater$MenuState.smali │   │   │   │   ├── [ 12K] SupportMenuInflater.smali │   │   │   │   ├── [4.5K] ViewPropertyAnimatorCompatSet$1.smali │   │   │   │   ├── [7.8K] ViewPropertyAnimatorCompatSet.smali │   │   │   │   └── [ 10K] WindowCallbackWrapper.smali │   │   │   └── [ 16K] widget │   │   │   ├── [1.2K] AbsActionBarView$1.smali │   │   │   ├── [3.6K] AbsActionBarView$VisibilityAnimListener.smali │   │   │   ├── [ 17K] AbsActionBarView.smali │   │   │   ├── [5.3K] ActionBarBackgroundDrawable.smali │   │   │   ├── [ 34K] ActionBarContainer.smali │   │   │   ├── [1.4K] ActionBarContextView$1.smali │   │   │   ├── [ 40K] ActionBarContextView.smali │   │   │   ├── [2.2K] ActionBarOverlayLayout$1.smali │   │   │   ├── [2.4K] ActionBarOverlayLayout$2.smali │   │   │   ├── [2.8K] ActionBarOverlayLayout$3.smali │   │   │   ├── [ 842] ActionBarOverlayLayout$ActionBarVisibilityCallback.smali │   │   │   ├── [1.4K] ActionBarOverlayLayout$LayoutParams.smali │   │   │   ├── [ 75K] ActionBarOverlayLayout.smali │   │   │   ├── [3.7K] ActionMenuPresenter$ActionButtonSubmenu.smali │   │   │   ├── [2.0K] ActionMenuPresenter$ActionMenuPopupCallback.smali │   │   │   ├── [4.2K] ActionMenuPresenter$OpenOverflowRunnable.smali │   │   │   ├── [4.3K] ActionMenuPresenter$OverflowMenuButton$1.smali │   │   │   ├── [5.4K] ActionMenuPresenter$OverflowMenuButton.smali │   │   │   ├── [3.3K] ActionMenuPresenter$OverflowPopup.smali │   │   │   ├── [3.7K] ActionMenuPresenter$PopupPresenterCallback.smali │   │   │   ├── [2.1K] ActionMenuPresenter$SavedState$1.smali │   │   │   ├── [2.1K] ActionMenuPresenter$SavedState.smali │   │   │   ├── [ 49K] ActionMenuPresenter.smali │   │   │   ├── [ 553] ActionMenuView$ActionMenuChildView.smali │   │   │   ├── [ 928] ActionMenuView$ActionMenuPresenterCallback.smali │   │   │   ├── [2.8K] ActionMenuView$LayoutParams.smali │   │   │   ├── [2.8K] ActionMenuView$MenuBuilderCallback.smali │   │   │   ├── [ 523] ActionMenuView$OnMenuItemClickListener.smali │   │   │   ├── [ 52K] ActionMenuView.smali │   │   │   ├── [ 580] ActivityChooserModel$ActivityChooserModelClient.smali │   │   │   ├── [5.0K] ActivityChooserModel$ActivityResolveInfo.smali │   │   │   ├── [ 969] ActivityChooserModel$ActivitySorter.smali │   │   │   ├── [4.9K] ActivityChooserModel$DefaultSorter.smali │   │   │   ├── [6.3K] ActivityChooserModel$HistoricalRecord.smali │   │   │   ├── [ 593] ActivityChooserModel$OnChooseActivityListener.smali │   │   │   ├── [ 12K] ActivityChooserModel$PersistHistoryAsyncTask.smali │   │   │   ├── [ 42K] ActivityChooserModel.smali │   │   │   ├── [2.0K] ActivityChooserView$1.smali │   │   │   ├── [3.0K] ActivityChooserView$2.smali │   │   │   ├── [1.6K] ActivityChooserView$3.smali │   │   │   ├── [2.1K] ActivityChooserView$4.smali │   │   │   ├── [1.3K] ActivityChooserView$5.smali │   │   │   ├── [ 18K] ActivityChooserView$ActivityChooserViewAdapter.smali │   │   │   ├── [ 13K] ActivityChooserView$Callbacks.smali │   │   │   ├── [1.8K] ActivityChooserView$InnerLayout.smali │   │   │   ├── [ 35K] ActivityChooserView.smali │   │   │   ├── [ 16K] AlertDialogLayout.smali │   │   │   ├── [ 11K] AppCompatAutoCompleteTextView.smali │   │   │   ├── [ 18K] AppCompatBackgroundHelper.smali │   │   │   ├── [ 20K] AppCompatButton.smali │   │   │   ├── [ 11K] AppCompatCheckBox.smali │   │   │   ├── [6.3K] AppCompatCheckedTextView.smali │   │   │   ├── [ 13K] AppCompatCompoundButtonHelper.smali │   │   │   ├── [ 29K] AppCompatDrawableManager$1.smali │   │   │   ├── [9.1K] AppCompatDrawableManager.smali │   │   │   ├── [ 11K] AppCompatEditText.smali │   │   │   ├── [1.5K] AppCompatHintHelper.smali │   │   │   ├── [ 11K] AppCompatImageButton.smali │   │   │   ├── [ 17K] AppCompatImageHelper.smali │   │   │   ├── [ 11K] AppCompatImageView.smali │   │   │   ├── [ 11K] AppCompatMultiAutoCompleteTextView.smali │   │   │   ├── [5.4K] AppCompatPopupWindow.smali │   │   │   ├── [ 11K] AppCompatProgressBarHelper.smali │   │   │   ├── [ 11K] AppCompatRadioButton.smali │   │   │   ├── [3.3K] AppCompatRatingBar.smali │   │   │   ├── [ 17K] AppCompatSeekBarHelper.smali │   │   │   ├── [3.5K] AppCompatSeekBar.smali │   │   │   ├── [2.3K] AppCompatSpinner$1.smali │   │   │   ├── [2.5K] AppCompatSpinner$2.smali │   │   │   ├── [8.3K] AppCompatSpinner$DialogPopup.smali │   │   │   ├── [7.3K] AppCompatSpinner$DropDownAdapter.smali │   │   │   ├── [3.6K] AppCompatSpinner$DropdownPopup$1.smali │   │   │   ├── [2.5K] AppCompatSpinner$DropdownPopup$2.smali │   │   │   ├── [2.1K] AppCompatSpinner$DropdownPopup$3.smali │   │   │   ├── [ 15K] AppCompatSpinner$DropdownPopup.smali │   │   │   ├── [2.1K] AppCompatSpinner$SavedState$1.smali │   │   │   ├── [2.3K] AppCompatSpinner$SavedState.smali │   │   │   ├── [1.3K] AppCompatSpinner$SpinnerPopup.smali │   │   │   ├── [ 36K] AppCompatSpinner.smali │   │   │   ├── [2.3K] AppCompatTextClassifierHelper.smali │   │   │   ├── [2.7K] AppCompatTextHelper$1.smali │   │   │   ├── [ 65K] AppCompatTextHelper.smali │   │   │   ├── [1.4K] AppCompatTextViewAutoSizeHelper$Impl23.smali │   │   │   ├── [1.3K] AppCompatTextViewAutoSizeHelper$Impl29.smali │   │   │   ├── [1.3K] AppCompatTextViewAutoSizeHelper$Impl.smali │   │   │   ├── [ 65K] AppCompatTextViewAutoSizeHelper.smali │   │   │   ├── [ 34K] AppCompatTextView.smali │   │   │   ├── [1.9K] AppCompatToggleButton.smali │   │   │   ├── [ 10K] ButtonBarLayout.smali │   │   │   ├── [ 564] ContentFrameLayout$OnAttachListener.smali │   │   │   ├── [ 15K] ContentFrameLayout.smali │   │   │   ├── [1.9K] DecorContentParent.smali │   │   │   ├── [4.6K] DecorToolbar.smali │   │   │   ├── [2.9K] DialogTitle.smali │   │   │   ├── [ 14K] DrawableUtils.smali │   │   │   ├── [2.9K] DropDownListView$GateKeeperDrawable.smali │   │   │   ├── [2.5K] DropDownListView$ResolveHoverRunnable.smali │   │   │   ├── [ 33K] DropDownListView.smali │   │   │   ├── [1.8K] FitWindowsFrameLayout.smali │   │   │   ├── [1.8K] FitWindowsLinearLayout.smali │   │   │   ├── [ 547] FitWindowsViewGroup$OnFitSystemWindowsListener.smali │   │   │   ├── [ 493] FitWindowsViewGroup.smali │   │   │   ├── [1.5K] ForwardingListener$DisallowIntercept.smali │   │   │   ├── [1.2K] ForwardingListener$TriggerLongPress.smali │   │   │   ├── [ 17K] ForwardingListener.smali │   │   │   ├── [ 659] LinearLayoutCompat$DividerMode.smali │   │   │   ├── [4.3K] LinearLayoutCompat$LayoutParams.smali │   │   │   ├── [ 667] LinearLayoutCompat$OrientationMode.smali │   │   │   ├── [109K] LinearLayoutCompat.smali │   │   │   ├── [1.5K] ListPopupWindow$1.smali │   │   │   ├── [1.6K] ListPopupWindow$2.smali │   │   │   ├── [2.0K] ListPopupWindow$3.smali │   │   │   ├── [1.2K] ListPopupWindow$ListSelectorHider.smali │   │   │   ├── [1.8K] ListPopupWindow$PopupDataSetObserver.smali │   │   │   ├── [2.9K] ListPopupWindow$PopupScrollListener.smali │   │   │   ├── [4.2K] ListPopupWindow$PopupTouchInterceptor.smali │   │   │   ├── [3.7K] ListPopupWindow$ResizePopupRunnable.smali │   │   │   ├── [ 71K] ListPopupWindow.smali │   │   │   ├── [ 408] MenuItemHoverListener.smali │   │   │   ├── [ 10K] MenuPopupWindow$MenuDropDownListView.smali │   │   │   ├── [6.3K] MenuPopupWindow.smali │   │   │   ├── [1.9K] PopupMenu$1.smali │   │   │   ├── [1.7K] PopupMenu$2.smali │   │   │   ├── [2.0K] PopupMenu$3.smali │   │   │   ├── [ 504] PopupMenu$OnDismissListener.smali │   │   │   ├── [ 508] PopupMenu$OnMenuItemClickListener.smali │   │   │   ├── [8.1K] PopupMenu.smali │   │   │   ├── [1.8K] ResourceManagerInternal$AsldcInflateDelegate.smali │   │   │   ├── [1.8K] ResourceManagerInternal$AvdcInflateDelegate.smali │   │   │   ├── [2.5K] ResourceManagerInternal$ColorFilterLruCache.smali │   │   │   ├── [ 661] ResourceManagerInternal$InflateDelegate.smali │   │   │   ├── [1.1K] ResourceManagerInternal$ResourceManagerHooks.smali │   │   │   ├── [1.8K] ResourceManagerInternal$VdcInflateDelegate.smali │   │   │   ├── [ 39K] ResourceManagerInternal.smali │   │   │   ├── [ 23K] ResourcesWrapper.smali │   │   │   ├── [6.2K] RtlSpacingHelper.smali │   │   │   ├── [2.5K] ScrollingTabContainerView$1.smali │   │   │   ├── [3.5K] ScrollingTabContainerView$TabAdapter.smali │   │   │   ├── [2.6K] ScrollingTabContainerView$TabClickListener.smali │   │   │   ├── [ 15K] ScrollingTabContainerView$TabView.smali │   │   │   ├── [3.6K] ScrollingTabContainerView$VisibilityAnimListener.smali │   │   │   ├── [ 34K] ScrollingTabContainerView.smali │   │   │   ├── [1.3K] SearchView$10.smali │   │   │   ├── [1.1K] SearchView$1.smali │   │   │   ├── [1.6K] SearchView$2.smali │   │   │   ├── [1.8K] SearchView$3.smali │   │   │   ├── [1.2K] SearchView$4.smali │   │   │   ├── [3.4K] SearchView$5.smali │   │   │   ├── [3.9K] SearchView$6.smali │   │   │   ├── [1.2K] SearchView$7.smali │   │   │   ├── [1.5K] SearchView$8.smali │   │   │   ├── [1.7K] SearchView$9.smali │   │   │   ├── [ 464] SearchView$OnCloseListener.smali │   │   │   ├── [ 576] SearchView$OnQueryTextListener.smali │   │   │   ├── [ 545] SearchView$OnSuggestionListener.smali │   │   │   ├── [6.4K] SearchView$PreQAutoCompleteTextViewReflector.smali │   │   │   ├── [2.9K] SearchView$SavedState$1.smali │   │   │   ├── [3.7K] SearchView$SavedState.smali │   │   │   ├── [1.2K] SearchView$SearchAutoComplete$1.smali │   │   │   ├── [ 15K] SearchView$SearchAutoComplete.smali │   │   │   ├── [7.3K] SearchView$UpdatableTouchDelegate.smali │   │   │   ├── [110K] SearchView.smali │   │   │   ├── [ 604] ShareActionProvider$OnShareTargetSelectedListener.smali │   │   │   ├── [2.3K] ShareActionProvider$ShareActivityChooserModelPolicy.smali │   │   │   ├── [3.3K] ShareActionProvider$ShareMenuItemOnMenuItemClickListener.smali │   │   │   ├── [ 14K] ShareActionProvider.smali │   │   │   ├── [2.5K] SuggestionsAdapter$ChildViewCache.smali │   │   │   ├── [ 57K] SuggestionsAdapter.smali │   │   │   ├── [2.2K] SwitchCompat$1.smali │   │   │   ├── [ 87K] SwitchCompat.smali │   │   │   ├── [3.8K] ThemedSpinnerAdapter$Helper.smali │   │   │   ├── [ 585] ThemedSpinnerAdapter.smali │   │   │   ├── [ 10K] ThemeUtils.smali │   │   │   ├── [9.1K] TintContextWrapper.smali │   │   │   ├── [1.0K] TintInfo.smali │   │   │   ├── [2.1K] TintResources.smali │   │   │   ├── [ 17K] TintTypedArray.smali │   │   │   ├── [1.7K] Toolbar$1.smali │   │   │   ├── [1.0K] Toolbar$2.smali │   │   │   ├── [1.1K] Toolbar$3.smali │   │   │   ├── [ 13K] Toolbar$ExpandedActionViewMenuPresenter.smali │   │   │   ├── [4.7K] Toolbar$LayoutParams.smali │   │   │   ├── [ 502] Toolbar$OnMenuItemClickListener.smali │   │   │   ├── [2.8K] Toolbar$SavedState$1.smali │   │   │   ├── [2.9K] Toolbar$SavedState.smali │   │   │   ├── [155K] Toolbar.smali │   │   │   ├── [3.2K] ToolbarWidgetWrapper$1.smali │   │   │   ├── [2.6K] ToolbarWidgetWrapper$2.smali │   │   │   ├── [ 52K] ToolbarWidgetWrapper.smali │   │   │   ├── [1.2K] TooltipCompatHandler$1.smali │   │   │   ├── [1.2K] TooltipCompatHandler$2.smali │   │   │   ├── [ 17K] TooltipCompatHandler.smali │   │   │   ├── [ 828] TooltipCompat.smali │   │   │   ├── [ 16K] TooltipPopup.smali │   │   │   ├── [4.0K] VectorEnabledTintResources.smali │   │   │   ├── [ 543] ViewStubCompat$OnInflateListener.smali │   │   │   ├── [9.2K] ViewStubCompat.smali │   │   │   ├── [5.3K] ViewUtils.smali │   │   │   └── [ 210] WithHint.smali │   │   ├── [4.0K] arch │   │   │   └── [4.0K] core │   │   │   ├── [4.0K] executor │   │   │   │   ├── [ 992] ArchTaskExecutor$1.smali │   │   │   │   ├── [ 991] ArchTaskExecutor$2.smali │   │   │   │   ├── [5.2K] ArchTaskExecutor.smali │   │   │   │   ├── [2.3K] DefaultTaskExecutor$1.smali │   │   │   │   ├── [3.4K] DefaultTaskExecutor.smali │   │   │   │   └── [1002] TaskExecutor.smali │   │   │   ├── [4.0K] internal │   │   │   │   ├── [4.8K] FastSafeIterableMap.smali │   │   │   │   ├── [2.6K] SafeIterableMap$AscendingIterator.smali │   │   │   │   ├── [2.6K] SafeIterableMap$DescendingIterator.smali │   │   │   │   ├── [5.7K] SafeIterableMap$Entry.smali │   │   │   │   ├── [5.8K] SafeIterableMap$IteratorWithAdditions.smali │   │   │   │   ├── [7.7K] SafeIterableMap$ListIterator.smali │   │   │   │   ├── [ 956] SafeIterableMap$SupportRemove.smali │   │   │   │   └── [ 19K] SafeIterableMap.smali │   │   │   ├── [ 227] R.smali │   │   │   └── [4.0K] util │   │   │   └── [ 574] Function.smali │   │   ├── [4.0K] collection │   │   │   ├── [4.0K] ArrayMap$1.smali │   │   │   ├── [6.4K] ArrayMap.smali │   │   │   ├── [4.0K] ArraySet$1.smali │   │   │   ├── [ 36K] ArraySet.smali │   │   │   ├── [ 14K] CircularArray.smali │   │   │   ├── [ 10K] CircularIntArray.smali │   │   │   ├── [3.3K] ContainerHelpers.smali │   │   │   ├── [ 25K] LongSparseArray.smali │   │   │   ├── [ 21K] LruCache.smali │   │   │   ├── [4.2K] MapCollections$ArrayIterator.smali │   │   │   ├── [ 10K] MapCollections$EntrySet.smali │   │   │   ├── [8.4K] MapCollections$KeySet.smali │   │   │   ├── [ 11K] MapCollections$MapIterator.smali │   │   │   ├── [9.0K] MapCollections$ValuesCollection.smali │   │   │   ├── [ 12K] MapCollections.smali │   │   │   ├── [ 41K] SimpleArrayMap.smali │   │   │   └── [ 25K] SparseArrayCompat.smali │   │   ├── [4.0K] constraintlayout │   │   │   ├── [4.0K] helper │   │   │   │   └── [4.0K] widget │   │   │   │   ├── [ 29K] Flow.smali │   │   │   │   └── [ 27K] Layer.smali │   │   │   ├── [4.0K] motion │   │   │   │   ├── [4.0K] utils │   │   │   │   │   ├── [ 18K] ArcCurveFit$Arc.smali │   │   │   │   │   ├── [ 23K] ArcCurveFit.smali │   │   │   │   │   ├── [2.6K] CurveFit$Constant.smali │   │   │   │   │   ├── [2.3K] CurveFit.smali │   │   │   │   │   ├── [ 10K] Easing$CubicEasing.smali │   │   │   │   │   ├── [6.9K] Easing.smali │   │   │   │   │   ├── [2.4K] HyperSpline$Cubic.smali │   │   │   │   │   ├── [ 15K] HyperSpline.smali │   │   │   │   │   ├── [ 15K] LinearCurveFit.smali │   │   │   │   │   ├── [ 19K] MonotonicCurveFit.smali │   │   │   │   │   ├── [ 17K] Oscillator.smali │   │   │   │   │   ├── [ 27K] StopLogic.smali │   │   │   │   │   └── [7.7K] VelocityMatrix.smali │   │   │   │   └── [4.0K] widget │   │   │   │   ├── [ 262] Animatable.smali │   │   │   │   ├── [ 382] CustomFloatAttributes.smali │   │   │   │   ├── [ 39K] Debug.smali │   │   │   │   ├── [ 68K] DesignTool.smali │   │   │   │   ├── [ 22K] KeyAttributes$Loader.smali │   │   │   │   ├── [ 51K] KeyAttributes.smali │   │   │   │   ├── [4.3K] KeyCache.smali │   │   │   │   ├── [ 25K] KeyCycle$Loader.smali │   │   │   │   ├── [2.3K] KeyCycleOscillator$1.smali │   │   │   │   ├── [ 978] KeyCycleOscillator$AlphaSet.smali │   │   │   │   ├── [1.6K] KeyCycleOscillator$CustomSet.smali │   │   │   │   ├── [ 16K] KeyCycleOscillator$CycleOscillator.smali │   │   │   │   ├── [1.1K] KeyCycleOscillator$ElevationSet.smali │   │   │   │   ├── [2.5K] KeyCycleOscillator$IntDoubleSort.smali │   │   │   │   ├── [2.7K] KeyCycleOscillator$IntFloatFloatSort.smali │   │   │   │   ├── [1.3K] KeyCycleOscillator$PathRotateSet.smali │   │   │   │   ├── [3.5K] KeyCycleOscillator$ProgressSet.smali │   │   │   │   ├── [ 990] KeyCycleOscillator$RotationSet.smali │   │   │   │   ├── [ 994] KeyCycleOscillator$RotationXset.smali │   │   │   │   ├── [ 994] KeyCycleOscillator$RotationYset.smali │   │   │   │   ├── [ 982] KeyCycleOscillator$ScaleXset.smali │   │   │   │   ├── [ 982] KeyCycleOscillator$ScaleYset.smali │   │   │   │   ├── [1006] KeyCycleOscillator$TranslationXset.smali │   │   │   │   ├── [1006] KeyCycleOscillator$TranslationYset.smali │   │   │   │   ├── [1.1K] KeyCycleOscillator$TranslationZset.smali │   │   │   │   ├── [1.1K] KeyCycleOscillator$WavePoint.smali │   │   │   │   ├── [ 21K] KeyCycleOscillator.smali │   │   │   │   ├── [ 47K] KeyCycle.smali │   │   │   │   ├── [ 15K] KeyFrames.smali │   │   │   │   ├── [ 14K] KeyPosition$Loader.smali │   │   │   │   ├── [1.3K] KeyPositionBase.smali │   │   │   │   ├── [ 21K] KeyPosition.smali │   │   │   │   ├── [5.5K] Key.smali │   │   │   │   ├── [ 24K] KeyTimeCycle$Loader.smali │   │   │   │   ├── [ 51K] KeyTimeCycle.smali │   │   │   │   ├── [ 13K] KeyTrigger$Loader.smali │   │   │   │   ├── [ 32K] KeyTrigger.smali │   │   │   │   ├── [ 53K] MotionConstrainedPoint.smali │   │   │   │   ├── [152K] MotionController.smali │   │   │   │   ├── [7.5K] MotionHelper.smali │   │   │   │   ├── [ 507] MotionInterpolator.smali │   │   │   │   ├── [1.4K] MotionLayout$1.smali │   │   │   │   ├── [3.3K] MotionLayout$2.smali │   │   │   │   ├── [4.9K] MotionLayout$DecelerateInterpolator.smali │   │   │   │   ├── [ 52K] MotionLayout$DevModeDraw.smali │   │   │   │   ├── [ 86K] MotionLayout$Model.smali │   │   │   │   ├── [ 961] MotionLayout$MotionTracker.smali │   │   │   │   ├── [4.9K] MotionLayout$MyTracker.smali │   │   │   │   ├── [ 11K] MotionLayout$StateCache.smali │   │   │   │   ├── [ 922] MotionLayout$TransitionListener.smali │   │   │   │   ├── [5.4K] MotionLayout$TransitionState.smali │   │   │   │   ├── [243K] MotionLayout.smali │   │   │   │   ├── [ 49K] MotionPaths.smali │   │   │   │   ├── [1.6K] MotionScene$1.smali │   │   │   │   ├── [ 22K] MotionScene$Transition$TransitionOnClick.smali │   │   │   │   ├── [ 38K] MotionScene$Transition.smali │   │   │   │   ├── [136K] MotionScene.smali │   │   │   │   ├── [ 982] ProxyInterface.smali │   │   │   │   ├── [ 924] SplineSet$AlphaSet.smali │   │   │   │   ├── [6.6K] SplineSet$CustomSet.smali │   │   │   │   ├── [1.0K] SplineSet$ElevationSet.smali │   │   │   │   ├── [1.2K] SplineSet$PathRotate.smali │   │   │   │   ├── [ 928] SplineSet$PivotXset.smali │   │   │   │   ├── [ 928] SplineSet$PivotYset.smali │   │   │   │   ├── [3.4K] SplineSet$ProgressSet.smali │   │   │   │   ├── [ 936] SplineSet$RotationSet.smali │   │   │   │   ├── [ 940] SplineSet$RotationXset.smali │   │   │   │   ├── [ 940] SplineSet$RotationYset.smali │   │   │   │   ├── [ 928] SplineSet$ScaleXset.smali │   │   │   │   ├── [ 928] SplineSet$ScaleYset.smali │   │   │   │   ├── [2.4K] SplineSet$Sort.smali │   │   │   │   ├── [ 952] SplineSet$TranslationXset.smali │   │   │   │   ├── [ 952] SplineSet$TranslationYset.smali │   │   │   │   ├── [1.1K] SplineSet$TranslationZset.smali │   │   │   │   ├── [ 19K] SplineSet.smali │   │   │   │   ├── [1.3K] TimeCycleSplineSet$AlphaSet.smali │   │   │   │   ├── [ 12K] TimeCycleSplineSet$CustomSet.smali │   │   │   │   ├── [1.5K] TimeCycleSplineSet$ElevationSet.smali │   │   │   │   ├── [1.8K] TimeCycleSplineSet$PathRotate.smali │   │   │   │   ├── [4.2K] TimeCycleSplineSet$ProgressSet.smali │   │   │   │   ├── [1.3K] TimeCycleSplineSet$RotationSet.smali │   │   │   │   ├── [1.3K] TimeCycleSplineSet$RotationXset.smali │   │   │   │   ├── [1.3K] TimeCycleSplineSet$RotationYset.smali │   │   │   │   ├── [1.3K] TimeCycleSplineSet$ScaleXset.smali │   │   │   │   ├── [1.3K] TimeCycleSplineSet$ScaleYset.smali │   │   │   │   ├── [2.5K] TimeCycleSplineSet$Sort.smali │   │   │   │   ├── [1.3K] TimeCycleSplineSet$TranslationXset.smali │   │   │   │   ├── [1.3K] TimeCycleSplineSet$TranslationYset.smali │   │   │   │   ├── [1.5K] TimeCycleSplineSet$TranslationZset.smali │   │   │   │   ├── [ 25K] TimeCycleSplineSet.smali │   │   │   │   ├── [1.1K] TouchResponse$1.smali │   │   │   │   ├── [1.1K] TouchResponse$2.smali │   │   │   │   ├── [ 50K] TouchResponse.smali │   │   │   │   ├── [ 996] TransitionAdapter.smali │   │   │   │   └── [4.1K] TransitionBuilder.smali │   │   │   ├── [4.0K] solver │   │   │   │   ├── [ 45K] ArrayLinkedVariables.smali │   │   │   │   ├── [1.5K] ArrayRow$ArrayRowVariables.smali │   │   │   │   ├── [ 65K] ArrayRow.smali │   │   │   │   ├── [2.5K] Cache.smali │   │   │   │   ├── [ 917] GoalRow.smali │   │   │   │   ├── [1.3K] LinearSystem$Row.smali │   │   │   │   ├── [1.3K] LinearSystem$ValuesRow.smali │   │   │   │   ├── [113K] LinearSystem.smali │   │   │   │   ├── [8.6K] Metrics.smali │   │   │   │   ├── [1.1K] Pools$Pool.smali │   │   │   │   ├── [4.3K] Pools$SimplePool.smali │   │   │   │   ├── [ 554] Pools.smali │   │   │   │   ├── [2.0K] PriorityGoalRow$1.smali │   │   │   │   ├── [ 12K] PriorityGoalRow$GoalVariableAccessor.smali │   │   │   │   ├── [ 16K] PriorityGoalRow.smali │   │   │   │   ├── [3.6K] SolverVariable$1.smali │   │   │   │   ├── [5.4K] SolverVariable$Type.smali │   │   │   │   ├── [ 24K] SolverVariable.smali │   │   │   │   ├── [ 41K] SolverVariableValues.smali │   │   │   │   ├── [4.0K] state │   │   │   │   │   ├── [9.6K] ConstraintReference$1.smali │   │   │   │   │   ├── [ 643] ConstraintReference$ConstraintReferenceFactory.smali │   │   │   │   │   ├── [2.9K] ConstraintReference$IncorrectConstraintException.smali │   │   │   │   │   ├── [ 87K] ConstraintReference.smali │   │   │   │   │   ├── [4.8K] Dimension$Type.smali │   │   │   │   │   ├── [ 21K] Dimension.smali │   │   │   │   │   ├── [2.9K] HelperReference.smali │   │   │   │   │   ├── [4.0K] helpers │   │   │   │   │   │   ├── [5.9K] AlignHorizontallyReference.smali │   │   │   │   │   │   ├── [5.8K] AlignVerticallyReference.smali │   │   │   │   │   │   ├── [4.3K] BarrierReference$1.smali │   │   │   │   │   │   ├── [4.4K] BarrierReference.smali │   │   │   │   │   │   ├── [2.0K] ChainReference.smali │   │   │   │   │   │   ├── [7.3K] GuidelineReference.smali │   │   │   │   │   │   ├── [2.6K] HorizontalChainReference$1.smali │   │   │   │   │   │   ├── [8.4K] HorizontalChainReference.smali │   │   │   │   │   │   ├── [2.6K] VerticalChainReference$1.smali │   │   │   │   │   │   └── [8.4K] VerticalChainReference.smali │   │   │   │   │   ├── [ 566] Reference.smali │   │   │   │   │   ├── [3.6K] State$1.smali │   │   │   │   │   ├── [4.0K] State$Chain.smali │   │   │   │   │   ├── [ 13K] State$Constraint.smali │   │   │   │   │   ├── [6.1K] State$Direction.smali │   │   │   │   │   ├── [6.7K] State$Helper.smali │   │   │   │   │   └── [ 29K] State.smali │   │   │   │   └── [4.0K] widgets │   │   │   │   ├── [4.0K] analyzer │   │   │   │   │   ├── [1.8K] BaselineDimensionDependency.smali │   │   │   │   │   ├── [ 687] BasicMeasure$Measurer.smali │   │   │   │   │   ├── [1.1K] BasicMeasure$Measure.smali │   │   │   │   │   ├── [2.6K] BasicMeasure$MeasureType.smali │   │   │   │   │   ├── [ 47K] BasicMeasure.smali │   │   │   │   │   ├── [ 67K] ChainRun.smali │   │   │   │   │   ├── [207K] DependencyGraph.smali │   │   │   │   │   ├── [8.4K] DependencyNode$Type.smali │   │   │   │   │   ├── [ 17K] DependencyNode.smali │   │   │   │   │   ├── [ 276] Dependency.smali │   │   │   │   │   ├── [2.7K] DimensionDependency.smali │   │   │   │   │   ├── [ 25K] GuidelineReference.smali │   │   │   │   │   ├── [ 23K] HelperReferences.smali │   │   │   │   │   ├── [2.8K] HorizontalWidgetRun$1.smali │   │   │   │   │   ├── [128K] HorizontalWidgetRun.smali │   │   │   │   │   ├── [ 32K] RunGroup.smali │   │   │   │   │   ├── [2.8K] VerticalWidgetRun$1.smali │   │   │   │   │   ├── [110K] VerticalWidgetRun.smali │   │   │   │   │   ├── [3.9K] WidgetRun$1.smali │   │   │   │   │   ├── [5.2K] WidgetRun$RunType.smali │   │   │   │   │   └── [ 35K] WidgetRun.smali │   │   │   │   ├── [ 32K] Barrier.smali │   │   │   │   ├── [ 23K] ChainHead.smali │   │   │   │   ├── [ 55K] Chain.smali │   │   │   │   ├── [6.3K] ConstraintAnchor$1.smali │   │   │   │   ├── [8.6K] ConstraintAnchor$Type.smali │   │   │   │   ├── [ 36K] ConstraintAnchor.smali │   │   │   │   ├── [9.2K] ConstraintWidget$1.smali │   │   │   │   ├── [5.7K] ConstraintWidget$DimensionBehaviour.smali │   │   │   │   ├── [ 61K] ConstraintWidgetContainer.smali │   │   │   │   ├── [300K] ConstraintWidget.smali │   │   │   │   ├── [ 73K] Flow$WidgetsList.smali │   │   │   │   ├── [ 82K] Flow.smali │   │   │   │   ├── [6.2K] Guideline$1.smali │   │   │   │   ├── [ 28K] Guideline.smali │   │   │   │   ├── [ 432] Helper.smali │   │   │   │   ├── [4.7K] HelperWidget.smali │   │   │   │   ├── [ 12K] Optimizer.smali │   │   │   │   ├── [3.8K] Rectangle.smali │   │   │   │   ├── [ 21K] VirtualLayout.smali │   │   │   │   └── [9.6K] WidgetContainer.smali │   │   │   ├── [4.0K] utils │   │   │   │   └── [4.0K] widget │   │   │   │   ├── [2.4K] ImageFilterButton$1.smali │   │   │   │   ├── [2.2K] ImageFilterButton$2.smali │   │   │   │   ├── [ 27K] ImageFilterButton.smali │   │   │   │   ├── [2.3K] ImageFilterView$1.smali │   │   │   │   ├── [2.1K] ImageFilterView$2.smali │   │   │   │   ├── [ 14K] ImageFilterView$ImageMatrix.smali │   │   │   │   ├── [ 28K] ImageFilterView.smali │   │   │   │   ├── [ 20K] MockView.smali │   │   │   │   └── [ 13K] MotionTelltales.smali │   │   │   └── [4.0K] widget │   │   │   ├── [ 13K] Barrier.smali │   │   │   ├── [5.2K] ConstraintAttribute$1.smali │   │   │   ├── [7.7K] ConstraintAttribute$AttributeType.smali │   │   │   ├── [ 55K] ConstraintAttribute.smali │   │   │   ├── [ 35K] ConstraintHelper.smali │   │   │   ├── [3.5K] ConstraintLayout$1.smali │   │   │   ├── [ 22K] ConstraintLayout$LayoutParams$Table.smali │   │   │   ├── [ 97K] ConstraintLayout$LayoutParams.smali │   │   │   ├── [ 26K] ConstraintLayout$Measurer.smali │   │   │   ├── [122K] ConstraintLayout.smali │   │   │   ├── [5.8K] ConstraintLayoutStates$State.smali │   │   │   ├── [7.9K] ConstraintLayoutStates$Variant.smali │   │   │   ├── [ 22K] ConstraintLayoutStates.smali │   │   │   ├── [ 76K] ConstraintProperties.smali │   │   │   ├── [ 12K] Constraints$LayoutParams.smali │   │   │   ├── [ 509] ConstraintsChangedListener.smali │   │   │   ├── [ 58K] ConstraintSet$Constraint.smali │   │   │   ├── [ 73K] ConstraintSet$Layout.smali │   │   │   ├── [9.8K] ConstraintSet$Motion.smali │   │   │   ├── [5.7K] ConstraintSet$PropertySet.smali │   │   │   ├── [ 15K] ConstraintSet$Transform.smali │   │   │   ├── [322K] ConstraintSet.smali │   │   │   ├── [5.3K] Constraints.smali │   │   │   ├── [3.1K] Group.smali │   │   │   ├── [3.7K] Guideline.smali │   │   │   ├── [ 16K] Placeholder.smali │   │   │   ├── [2.3K] R$anim.smali │   │   │   ├── [ 28K] R$attr.smali │   │   │   ├── [ 723] R$bool.smali │   │   │   ├── [6.7K] R$color.smali │   │   │   ├── [9.2K] R$dimen.smali │   │   │   ├── [8.2K] R$drawable.smali │   │   │   ├── [ 13K] R$id.smali │   │   │   ├── [ 870] R$integer.smali │   │   │   ├── [1.1K] R$interpolator.smali │   │   │   ├── [3.2K] R$layout.smali │   │   │   ├── [2.6K] R$string.smali │   │   │   ├── [102K] R$styleable.smali │   │   │   ├── [ 28K] R$style.smali │   │   │   ├── [1.0K] R.smali │   │   │   ├── [5.2K] StateSet$State.smali │   │   │   ├── [7.2K] StateSet$Variant.smali │   │   │   ├── [ 17K] StateSet.smali │   │   │   └── [5.9K] VirtualLayout.smali │   │   ├── [4.0K] core │   │   │   ├── [4.0K] accessibilityservice │   │   │   │   └── [6.4K] AccessibilityServiceInfoCompat.smali │   │   │   ├── [ 12K] app │   │   │   │   ├── [2.9K] ActivityCompat$1.smali │   │   │   │   ├── [ 539] ActivityCompat$OnRequestPermissionsResultCallback.smali │   │   │   │   ├── [ 636] ActivityCompat$PermissionCompatDelegate.smali │   │   │   │   ├── [ 537] ActivityCompat$RequestPermissionsRequestCodeValidator.smali │   │   │   │   ├── [1.8K] ActivityCompat$SharedElementCallback21Impl$1.smali │   │   │   │   ├── [6.0K] ActivityCompat$SharedElementCallback21Impl.smali │   │   │   │   ├── [ 12K] ActivityCompat.smali │   │   │   │   ├── [ 681] ActivityManagerCompat.smali │   │   │   │   ├── [3.9K] ActivityOptionsCompat$ActivityOptionsCompatImpl.smali │   │   │   │   ├── [9.3K] ActivityOptionsCompat.smali │   │   │   │   ├── [1.5K] ActivityRecreator$1.smali │   │   │   │   ├── [1.6K] ActivityRecreator$2.smali │   │   │   │   ├── [4.0K] ActivityRecreator$3.smali │   │   │   │   ├── [3.9K] ActivityRecreator$LifecycleCheckCallbacks.smali │   │   │   │   ├── [ 17K] ActivityRecreator.smali │   │   │   │   ├── [2.8K] AlarmManagerCompat.smali │   │   │   │   ├── [ 13K] AppComponentFactory.smali │   │   │   │   ├── [3.0K] AppLaunchChecker.smali │   │   │   │   ├── [3.7K] AppOpsManagerCompat.smali │   │   │   │   ├── [6.3K] BundleCompat$BundleCompatBaseImpl.smali │   │   │   │   ├── [1.6K] BundleCompat.smali │   │   │   │   ├── [ 600] ComponentActivity$ExtraData.smali │   │   │   │   ├── [5.9K] ComponentActivity.smali │   │   │   │   ├── [ 494] CoreComponentFactory$CompatWrapped.smali │   │   │   │   ├── [5.2K] CoreComponentFactory.smali │   │   │   │   ├── [1.1K] DialogCompat.smali │   │   │   │   ├── [9.8K] FrameMetricsAggregator$FrameMetricsApi24Impl$1.smali │   │   │   │   ├── [9.8K] FrameMetricsAggregator$FrameMetricsApi24Impl.smali │   │   │   │   ├── [1.2K] FrameMetricsAggregator$FrameMetricsBaseImpl.smali │   │   │   │   ├── [ 653] FrameMetricsAggregator$MetricType.smali │   │   │   │   ├── [4.8K] FrameMetricsAggregator.smali │   │   │   │   ├── [3.5K] JobIntentService$CommandProcessor.smali │   │   │   │   ├── [ 589] JobIntentService$CompatJobEngine.smali │   │   │   │   ├── [8.0K] JobIntentService$CompatWorkEnqueuer.smali │   │   │   │   ├── [1.8K] JobIntentService$CompatWorkItem.smali │   │   │   │   ├── [ 533] JobIntentService$GenericWorkItem.smali │   │   │   │   ├── [3.0K] JobIntentService$JobServiceEngineImpl$WrapperWorkItem.smali │   │   │   │   ├── [5.1K] JobIntentService$JobServiceEngineImpl.smali │   │   │   │   ├── [2.8K] JobIntentService$JobWorkEnqueuer.smali │   │   │   │   ├── [2.7K] JobIntentService$WorkEnqueuer.smali │   │   │   │   ├── [ 17K] JobIntentService.smali │   │   │   │   ├── [ 13K] NavUtils.smali │   │   │   │   ├── [ 275] NotificationBuilderWithBuilderAccessor.smali │   │   │   │   ├── [ 363] NotificationCompat$1.smali │   │   │   │   ├── [ 14K] NotificationCompat$Action$Builder.smali │   │   │   │   ├── [ 576] NotificationCompat$Action$Extender.smali │   │   │   │   ├── [ 663] NotificationCompat$Action$SemanticAction.smali │   │   │   │   ├── [ 12K] NotificationCompat$Action$WearableExtender.smali │   │   │   │   ├── [ 10K] NotificationCompat$Action.smali │   │   │   │   ├── [ 647] NotificationCompat$BadgeIconType.smali │   │   │   │   ├── [5.0K] NotificationCompat$BigPictureStyle.smali │   │   │   │   ├── [4.2K] NotificationCompat$BigTextStyle.smali │   │   │   │   ├── [7.1K] NotificationCompat$BubbleMetadata$Builder.smali │   │   │   │   ├── [ 11K] NotificationCompat$BubbleMetadata.smali │   │   │   │   ├── [ 37K] NotificationCompat$Builder.smali │   │   │   │   ├── [4.9K] NotificationCompat$CarExtender$UnreadConversation$Builder.smali │   │   │   │   ├── [4.1K] NotificationCompat$CarExtender$UnreadConversation.smali │   │   │   │   ├── [ 18K] NotificationCompat$CarExtender.smali │   │   │   │   ├── [ 12K] NotificationCompat$DecoratedCustomViewStyle.smali │   │   │   │   ├── [ 548] NotificationCompat$Extender.smali │   │   │   │   ├── [ 657] NotificationCompat$GroupAlertBehavior.smali │   │   │   │   ├── [5.2K] NotificationCompat$InboxStyle.smali │   │   │   │   ├── [ 15K] NotificationCompat$MessagingStyle$Message.smali │   │   │   │   ├── [ 39K] NotificationCompat$MessagingStyle.smali │   │   │   │   ├── [ 665] NotificationCompat$NotificationVisibility.smali │   │   │   │   ├── [ 641] NotificationCompat$StreamType.smali │   │   │   │   ├── [ 33K] NotificationCompat$Style.smali │   │   │   │   ├── [ 44K] NotificationCompat$WearableExtender.smali │   │   │   │   ├── [ 55K] NotificationCompatBuilder.smali │   │   │   │   ├── [ 897] NotificationCompatExtras.smali │   │   │   │   ├── [ 35K] NotificationCompatJellybean.smali │   │   │   │   ├── [5.8K] NotificationCompatSideChannelService$NotificationSideChannelStub.smali │   │   │   │   ├── [3.4K] NotificationCompatSideChannelService.smali │   │   │   │   ├── [ 30K] NotificationCompat.smali │   │   │   │   ├── [4.9K] NotificationManagerCompat$CancelTask.smali │   │   │   │   ├── [3.7K] NotificationManagerCompat$NotifyTask.smali │   │   │   │   ├── [1.0K] NotificationManagerCompat$ServiceConnectedEvent.smali │   │   │   │   ├── [1.7K] NotificationManagerCompat$SideChannelManager$ListenerRecord.smali │   │   │   │   ├── [ 36K] NotificationManagerCompat$SideChannelManager.smali │   │   │   │   ├── [ 649] NotificationManagerCompat$Task.smali │   │   │   │   ├── [ 25K] NotificationManagerCompat.smali │   │   │   │   ├── [3.6K] Person$Builder.smali │   │   │   │   ├── [ 16K] Person.smali │   │   │   │   ├── [4.8K] RemoteActionCompatParcelizer.smali │   │   │   │   ├── [8.7K] RemoteActionCompat.smali │   │   │   │   ├── [5.2K] RemoteInput$Builder.smali │   │   │   │   ├── [ 648] RemoteInput$EditChoicesBeforeSending.smali │   │   │   │   ├── [ 612] RemoteInput$Source.smali │   │   │   │   ├── [ 26K] RemoteInput.smali │   │   │   │   ├── [ 644] ServiceCompat$StopForegroundFlags.smali │   │   │   │   ├── [1.2K] ServiceCompat.smali │   │   │   │   ├── [ 25K] ShareCompat$IntentBuilder.smali │   │   │   │   ├── [ 20K] ShareCompat$IntentReader.smali │   │   │   │   ├── [7.5K] ShareCompat.smali │   │   │   │   ├── [ 523] SharedElementCallback$OnSharedElementsReadyListener.smali │   │   │   │   ├── [ 13K] SharedElementCallback.smali │   │   │   │   ├── [ 516] TaskStackBuilder$SupportParentable.smali │   │   │   │   └── [ 16K] TaskStackBuilder.smali │   │   │   ├── [4.0K] content │   │   │   │   ├── [ 862] ContentProviderCompat.smali │   │   │   │   ├── [2.3K] ContentResolverCompat.smali │   │   │   │   ├── [ 18K] ContextCompat$LegacyServiceMapHolder.smali │   │   │   │   ├── [1.9K] ContextCompat$MainHandlerExecutor.smali │   │   │   │   ├── [ 18K] ContextCompat.smali │   │   │   │   ├── [ 569] FileProvider$PathStrategy.smali │   │   │   │   ├── [ 12K] FileProvider$SimplePathStrategy.smali │   │   │   │   ├── [ 22K] FileProvider.smali │   │   │   │   ├── [1.4K] IntentCompat.smali │   │   │   │   ├── [6.1K] MimeTypeFilter.smali │   │   │   │   ├── [ 658] PermissionChecker$PermissionResult.smali │   │   │   │   ├── [4.3K] PermissionChecker.smali │   │   │   │   ├── [4.0K] pm │   │   │   │   │   ├── [ 520] ActivityInfoCompat.smali │   │   │   │   │   ├── [ 791] PackageInfoCompat.smali │   │   │   │   │   ├── [ 671] PermissionInfoCompat$ProtectionFlags.smali │   │   │   │   │   ├── [ 661] PermissionInfoCompat$Protection.smali │   │   │   │   │   ├── [1.5K] PermissionInfoCompat.smali │   │   │   │   │   ├── [ 19K] ShortcutInfoCompat$Builder.smali │   │   │   │   │   ├── [2.6K] ShortcutInfoCompatSaver$NoopImpl.smali │   │   │   │   │   ├── [2.0K] ShortcutInfoCompatSaver.smali │   │   │   │   │   ├── [ 16K] ShortcutInfoCompat.smali │   │   │   │   │   ├── [1.6K] ShortcutManagerCompat$1.smali │   │   │   │   │   └── [ 19K] ShortcutManagerCompat.smali │   │   │   │   ├── [4.0K] res │   │   │   │   │   ├── [ 11K] ColorStateListInflaterCompat.smali │   │   │   │   │   ├── [9.8K] ComplexColorCompat.smali │   │   │   │   │   ├── [ 988] ConfigurationHelper.smali │   │   │   │   │   ├── [ 450] FontResourcesParserCompat$FamilyResourceEntry.smali │   │   │   │   │   ├── [ 684] FontResourcesParserCompat$FetchStrategy.smali │   │   │   │   │   ├── [1.5K] FontResourcesParserCompat$FontFamilyFilesResourceEntry.smali │   │   │   │   │   ├── [2.9K] FontResourcesParserCompat$FontFileResourceEntry.smali │   │   │   │   │   ├── [2.0K] FontResourcesParserCompat$ProviderResourceEntry.smali │   │   │   │   │   ├── [ 19K] FontResourcesParserCompat.smali │   │   │   │   │   ├── [3.5K] GradientColorInflaterCompat$ColorStops.smali │   │   │   │   │   ├── [ 17K] GradientColorInflaterCompat.smali │   │   │   │   │   ├── [7.7K] GrowingArrayUtils.smali │   │   │   │   │   ├── [1.7K] ResourcesCompat$FontCallback$1.smali │   │   │   │   │   ├── [1.5K] ResourcesCompat$FontCallback$2.smali │   │   │   │   │   ├── [2.2K] ResourcesCompat$FontCallback.smali │   │   │   │   │   ├── [4.3K] ResourcesCompat$ThemeCompat$ImplApi23.smali │   │   │   │   │   ├── [ 766] ResourcesCompat$ThemeCompat$ImplApi29.smali │   │   │   │   │   ├── [1.5K] ResourcesCompat$ThemeCompat.smali │   │   │   │   │   ├── [ 19K] ResourcesCompat.smali │   │   │   │   │   └── [ 14K] TypedArrayUtils.smali │   │   │   │   ├── [1.0K] SharedPreferencesCompat$EditorCompat$Helper.smali │   │   │   │   ├── [2.8K] SharedPreferencesCompat$EditorCompat.smali │   │   │   │   └── [ 538] SharedPreferencesCompat.smali │   │   │   ├── [4.0K] database │   │   │   │   ├── [1.2K] CursorWindowCompat.smali │   │   │   │   ├── [2.6K] DatabaseUtilsCompat.smali │   │   │   │   └── [4.0K] sqlite │   │   │   │   └── [ 677] SQLiteCursorCompat.smali │   │   │   ├── [4.0K] graphics │   │   │   │   ├── [1.4K] BitmapCompat.smali │   │   │   │   ├── [1.5K] BlendModeColorFilterCompat.smali │   │   │   │   ├── [ 18K] BlendModeCompat.smali │   │   │   │   ├── [ 15K] BlendModeUtils$1.smali │   │   │   │   ├── [8.9K] BlendModeUtils.smali │   │   │   │   ├── [ 38K] ColorUtils.smali │   │   │   │   ├── [4.0K] drawable │   │   │   │   │   ├── [ 18K] DrawableCompat.smali │   │   │   │   │   ├── [ 641] IconCompat$IconType.smali │   │   │   │   │   ├── [6.2K] IconCompatParcelizer.smali │   │   │   │   │   ├── [ 92K] IconCompat.smali │   │   │   │   │   ├── [2.5K] RoundedBitmapDrawable21.smali │   │   │   │   │   ├── [2.5K] RoundedBitmapDrawableFactory$DefaultRoundedBitmapDrawable.smali │   │   │   │   │   ├── [4.3K] RoundedBitmapDrawableFactory.smali │   │   │   │   │   ├── [ 25K] RoundedBitmapDrawable.smali │   │   │   │   │   ├── [ 386] TintAwareDrawable.smali │   │   │   │   │   ├── [ 24K] WrappedDrawableApi14.smali │   │   │   │   │   ├── [8.2K] WrappedDrawableApi21.smali │   │   │   │   │   ├── [ 348] WrappedDrawable.smali │   │   │   │   │   └── [4.2K] WrappedDrawableState.smali │   │   │   │   ├── [6.8K] Insets.smali │   │   │   │   ├── [7.5K] PaintCompat.smali │   │   │   │   ├── [ 602] PathParser$ExtractFloatResult.smali │   │   │   │   ├── [ 28K] PathParser$PathDataNode.smali │   │   │   │   ├── [ 16K] PathParser.smali │   │   │   │   ├── [6.6K] PathSegment.smali │   │   │   │   ├── [2.8K] PathUtils.smali │   │   │   │   ├── [ 18K] TypefaceCompatApi21Impl.smali │   │   │   │   ├── [ 13K] TypefaceCompatApi24Impl.smali │   │   │   │   ├── [ 32K] TypefaceCompatApi26Impl.smali │   │   │   │   ├── [4.1K] TypefaceCompatApi28Impl.smali │   │   │   │   ├── [ 12K] TypefaceCompatApi29Impl.smali │   │   │   │   ├── [2.5K] TypefaceCompatBaseImpl$1.smali │   │   │   │   ├── [2.7K] TypefaceCompatBaseImpl$2.smali │   │   │   │   ├── [ 989] TypefaceCompatBaseImpl$StyleExtractor.smali │   │   │   │   ├── [ 15K] TypefaceCompatBaseImpl.smali │   │   │   │   ├── [ 13K] TypefaceCompat.smali │   │   │   │   └── [ 13K] TypefaceCompatUtil.smali │   │   │   ├── [4.0K] hardware │   │   │   │   ├── [4.0K] display │   │   │   │   │   └── [6.9K] DisplayManagerCompat.smali │   │   │   │   └── [4.0K] fingerprint │   │   │   │   ├── [4.0K] FingerprintManagerCompat$1.smali │   │   │   │   ├── [1.1K] FingerprintManagerCompat$AuthenticationCallback.smali │   │   │   │   ├── [1.4K] FingerprintManagerCompat$AuthenticationResult.smali │   │   │   │   ├── [3.2K] FingerprintManagerCompat$CryptoObject.smali │   │   │   │   └── [ 11K] FingerprintManagerCompat.smali │   │   │   ├── [4.0K] internal │   │   │   │   ├── [ 128] package-info.smali │   │   │   │   └── [4.0K] view │   │   │   │   ├── [2.6K] SupportMenuItem.smali │   │   │   │   ├── [ 605] SupportMenu.smali │   │   │   │   └── [ 237] SupportSubMenu.smali │   │   │   ├── [4.0K] location │   │   │   │   └── [1.2K] LocationManagerCompat.smali │   │   │   ├── [4.0K] math │   │   │   │   └── [1.2K] MathUtils.smali │   │   │   ├── [4.0K] net │   │   │   │   ├── [ 690] ConnectivityManagerCompat$RestrictBackgroundStatus.smali │   │   │   │   ├── [2.7K] ConnectivityManagerCompat.smali │   │   │   │   ├── [6.1K] DatagramSocketWrapper$DatagramSocketImplWrapper.smali │   │   │   │   ├── [ 916] DatagramSocketWrapper.smali │   │   │   │   ├── [4.7K] TrafficStatsCompat.smali │   │   │   │   └── [6.0K] UriCompat.smali │   │   │   ├── [4.0K] os │   │   │   │   ├── [3.1K] BuildCompat.smali │   │   │   │   ├── [ 473] CancellationSignal$OnCancelListener.smali │   │   │   │   ├── [7.2K] CancellationSignal.smali │   │   │   │   ├── [1.2K] ConfigurationCompat.smali │   │   │   │   ├── [2.6K] EnvironmentCompat.smali │   │   │   │   ├── [7.2K] HandlerCompat.smali │   │   │   │   ├── [ 14K] LocaleListCompat.smali │   │   │   │   ├── [ 18K] LocaleListCompatWrapper.smali │   │   │   │   ├── [ 599] LocaleListInterface.smali │   │   │   │   ├── [3.7K] LocaleListPlatformWrapper.smali │   │   │   │   ├── [2.3K] MessageCompat.smali │   │   │   │   ├── [ 703] OperationCanceledException.smali │   │   │   │   ├── [3.5K] ParcelableCompat$ParcelableCompatCreatorHoneycombMR2.smali │   │   │   │   ├── [ 944] ParcelableCompatCreatorCallbacks.smali │   │   │   │   ├── [1.3K] ParcelableCompat.smali │   │   │   │   ├── [ 759] ParcelCompat.smali │   │   │   │   ├── [ 11K] TraceCompat.smali │   │   │   │   └── [ 888] UserManagerCompat.smali │   │   │   ├── [4.0K] provider │   │   │   │   ├── [ 12K] FontRequest.smali │   │   │   │   ├── [3.6K] FontsContractCompat$1.smali │   │   │   │   ├── [3.7K] FontsContractCompat$2.smali │   │   │   │   ├── [3.6K] FontsContractCompat$3.smali │   │   │   │   ├── [1.4K] FontsContractCompat$4$1.smali │   │   │   │   ├── [1.4K] FontsContractCompat$4$2.smali │   │   │   │   ├── [1.4K] FontsContractCompat$4$3.smali │   │   │   │   ├── [1.4K] FontsContractCompat$4$4.smali │   │   │   │   ├── [1.4K] FontsContractCompat$4$5.smali │   │   │   │   ├── [1.4K] FontsContractCompat$4$6.smali │   │   │   │   ├── [1.5K] FontsContractCompat$4$7.smali │   │   │   │   ├── [1.4K] FontsContractCompat$4$8.smali │   │   │   │   ├── [1.7K] FontsContractCompat$4$9.smali │   │   │   │   ├── [8.0K] FontsContractCompat$4.smali │   │   │   │   ├── [1.7K] FontsContractCompat$5.smali │   │   │   │   ├── [1.3K] FontsContractCompat$Columns.smali │   │   │   │   ├── [1.7K] FontsContractCompat$FontFamilyResult.smali │   │   │   │   ├── [2.3K] FontsContractCompat$FontInfo.smali │   │   │   │   ├── [ 716] FontsContractCompat$FontRequestCallback$FontRequestFailReason.smali │   │   │   │   ├── [1.5K] FontsContractCompat$FontRequestCallback.smali │   │   │   │   ├── [ 923] FontsContractCompat$TypefaceResult.smali │   │   │   │   ├── [ 35K] FontsContractCompat.smali │   │   │   │   ├── [1.7K] SelfDestructiveThread$1.smali │   │   │   │   ├── [1.6K] SelfDestructiveThread$2$1.smali │   │   │   │   ├── [2.6K] SelfDestructiveThread$2.smali │   │   │   │   ├── [4.0K] SelfDestructiveThread$3.smali │   │   │   │   ├── [ 800] SelfDestructiveThread$ReplyCallback.smali │   │   │   │   └── [ 13K] SelfDestructiveThread.smali │   │   │   ├── [1.1K] R$attr.smali │   │   │   ├── [ 790] R$color.smali │   │   │   ├── [2.1K] R$dimen.smali │   │   │   ├── [1.3K] R$drawable.smali │   │   │   ├── [4.8K] R$id.smali │   │   │   ├── [ 553] R$integer.smali │   │   │   ├── [ 974] R$layout.smali │   │   │   ├── [ 553] R$string.smali │   │   │   ├── [4.5K] R$styleable.smali │   │   │   ├── [1.0K] R$style.smali │   │   │   ├── [ 663] R.smali │   │   │   ├── [4.0K] telephony │   │   │   │   └── [4.0K] mbms │   │   │   │   └── [2.4K] MbmsHelper.smali │   │   │   ├── [4.0K] text │   │   │   │   ├── [4.9K] BidiFormatter$Builder.smali │   │   │   │   ├── [ 17K] BidiFormatter$DirectionalityEstimator.smali │   │   │   │   ├── [ 17K] BidiFormatter.smali │   │   │   │   ├── [2.9K] HtmlCompat.smali │   │   │   │   ├── [8.4K] ICUCompat.smali │   │   │   │   ├── [3.7K] PrecomputedTextCompat$Params$Builder.smali │   │   │   │   ├── [ 38K] PrecomputedTextCompat$Params.smali │   │   │   │   ├── [2.7K] PrecomputedTextCompat$PrecomputedTextFutureTask$PrecomputedTextCallback.smali │   │   │   │   ├── [1.4K] PrecomputedTextCompat$PrecomputedTextFutureTask.smali │   │   │   │   ├── [ 19K] PrecomputedTextCompat.smali │   │   │   │   ├── [ 294] TextDirectionHeuristicCompat.smali │   │   │   │   ├── [2.6K] TextDirectionHeuristicsCompat$AnyStrong.smali │   │   │   │   ├── [1.8K] TextDirectionHeuristicsCompat$FirstStrong.smali │   │   │   │   ├── [ 541] TextDirectionHeuristicsCompat$TextDirectionAlgorithm.smali │   │   │   │   ├── [3.3K] TextDirectionHeuristicsCompat$TextDirectionHeuristicImpl.smali │   │   │   │   ├── [1.3K] TextDirectionHeuristicsCompat$TextDirectionHeuristicInternal.smali │   │   │   │   ├── [1.9K] TextDirectionHeuristicsCompat$TextDirectionHeuristicLocale.smali │   │   │   │   ├── [5.4K] TextDirectionHeuristicsCompat.smali │   │   │   │   ├── [5.0K] TextUtilsCompat.smali │   │   │   │   └── [4.0K] util │   │   │   │   ├── [1.8K] FindAddress$ZipRange.smali │   │   │   │   ├── [ 40K] FindAddress.smali │   │   │   │   ├── [2.3K] LinkifyCompat$1.smali │   │   │   │   ├── [ 640] LinkifyCompat$LinkifyMask.smali │   │   │   │   ├── [ 660] LinkifyCompat$LinkSpec.smali │   │   │   │   └── [ 31K] LinkifyCompat.smali │   │   │   ├── [4.0K] util │   │   │   │   ├── [ 11K] AtomicFile.smali │   │   │   │   ├── [ 507] Consumer.smali │   │   │   │   ├── [2.1K] DebugUtils.smali │   │   │   │   ├── [2.7K] LogWriter.smali │   │   │   │   ├── [1.7K] ObjectsCompat.smali │   │   │   │   ├── [4.6K] Pair.smali │   │   │   │   ├── [ 68K] PatternsCompat.smali │   │   │   │   ├── [ 912] Pools$Pool.smali │   │   │   │   ├── [3.6K] Pools$SimplePool.smali │   │   │   │   ├── [2.3K] Pools$SynchronizedPool.smali │   │   │   │   ├── [ 510] Pools.smali │   │   │   │   ├── [5.1K] Preconditions.smali │   │   │   │   ├── [ 507] Predicate.smali │   │   │   │   ├── [ 502] Supplier.smali │   │   │   │   └── [ 11K] TimeUtils.smali │   │   │   ├── [4.0K] view │   │   │   │   ├── [4.0K] accessibility │   │   │   │   │   ├── [2.1K] AccessibilityClickableSpanCompat.smali │   │   │   │   │   ├── [7.0K] AccessibilityEventCompat.smali │   │   │   │   │   ├── [ 847] AccessibilityManagerCompat$AccessibilityStateChangeListenerCompat.smali │   │   │   │   │   ├── [ 708] AccessibilityManagerCompat$AccessibilityStateChangeListener.smali │   │   │   │   │   ├── [3.2K] AccessibilityManagerCompat$AccessibilityStateChangeListenerWrapper.smali │   │   │   │   │   ├── [ 590] AccessibilityManagerCompat$TouchExplorationStateChangeListener.smali │   │   │   │   │   ├── [3.2K] AccessibilityManagerCompat$TouchExplorationStateChangeListenerWrapper.smali │   │   │   │   │   ├── [6.8K] AccessibilityManagerCompat.smali │   │   │   │   │   ├── [ 46K] AccessibilityNodeInfoCompat$AccessibilityActionCompat.smali │   │   │   │   │   ├── [6.1K] AccessibilityNodeInfoCompat$CollectionInfoCompat.smali │   │   │   │   │   ├── [7.3K] AccessibilityNodeInfoCompat$CollectionItemInfoCompat.smali │   │   │   │   │   ├── [4.3K] AccessibilityNodeInfoCompat$RangeInfoCompat.smali │   │   │   │   │   ├── [4.4K] AccessibilityNodeInfoCompat$TouchDelegateInfoCompat.smali │   │   │   │   │   ├── [126K] AccessibilityNodeInfoCompat.smali │   │   │   │   │   ├── [4.1K] AccessibilityNodeProviderCompat$AccessibilityNodeProviderApi16.smali │   │   │   │   │   ├── [1.7K] AccessibilityNodeProviderCompat$AccessibilityNodeProviderApi19.smali │   │   │   │   │   ├── [3.6K] AccessibilityNodeProviderCompat.smali │   │   │   │   │   ├── [ 25K] AccessibilityRecordCompat.smali │   │   │   │   │   ├── [ 927] AccessibilityViewCommand$CommandArguments.smali │   │   │   │   │   ├── [1.5K] AccessibilityViewCommand$MoveAtGranularityArguments.smali │   │   │   │   │   ├── [1.2K] AccessibilityViewCommand$MoveHtmlArguments.smali │   │   │   │   │   ├── [1.5K] AccessibilityViewCommand$MoveWindowArguments.smali │   │   │   │   │   ├── [1.5K] AccessibilityViewCommand$ScrollToPositionArguments.smali │   │   │   │   │   ├── [1.1K] AccessibilityViewCommand$SetProgressArguments.smali │   │   │   │   │   ├── [1.5K] AccessibilityViewCommand$SetSelectionArguments.smali │   │   │   │   │   ├── [1.2K] AccessibilityViewCommand$SetTextArguments.smali │   │   │   │   │   ├── [1.1K] AccessibilityViewCommand.smali │   │   │   │   │   └── [ 18K] AccessibilityWindowInfoCompat.smali │   │   │   │   ├── [8.0K] AccessibilityDelegateCompat$AccessibilityDelegateAdapter.smali │   │   │   │   ├── [ 12K] AccessibilityDelegateCompat.smali │   │   │   │   ├── [ 496] ActionProvider$SubUiVisibilityListener.smali │   │   │   │   ├── [ 495] ActionProvider$VisibilityListener.smali │   │   │   │   ├── [5.6K] ActionProvider.smali │   │   │   │   ├── [4.0K] animation │   │   │   │   │   ├── [5.2K] PathInterpolatorApi14.smali │   │   │   │   │   └── [2.2K] PathInterpolatorCompat.smali │   │   │   │   ├── [3.2K] DisplayCompat$ModeCompat.smali │   │   │   │   ├── [ 12K] DisplayCompat.smali │   │   │   │   ├── [7.0K] DisplayCutoutCompat.smali │   │   │   │   ├── [1.7K] DragAndDropPermissionsCompat.smali │   │   │   │   ├── [1.1K] DragStartHelper$1.smali │   │   │   │   ├── [1.2K] DragStartHelper$2.smali │   │   │   │   ├── [ 532] DragStartHelper$OnDragStartListener.smali │   │   │   │   ├── [6.0K] DragStartHelper.smali │   │   │   │   ├── [5.6K] GestureDetectorCompat$GestureDetectorCompatImplBase$GestureHandler.smali │   │   │   │   ├── [ 37K] GestureDetectorCompat$GestureDetectorCompatImplBase.smali │   │   │   │   ├── [2.7K] GestureDetectorCompat$GestureDetectorCompatImplJellybeanMr2.smali │   │   │   │   ├── [ 762] GestureDetectorCompat$GestureDetectorCompatImpl.smali │   │   │   │   ├── [3.9K] GestureDetectorCompat.smali │   │   │   │   ├── [2.5K] GravityCompat.smali │   │   │   │   ├── [1.4K] InputDeviceCompat.smali │   │   │   │   ├── [4.0K] inputmethod │   │   │   │   │   ├── [5.5K] EditorInfoCompat.smali │   │   │   │   │   ├── [2.3K] InputConnectionCompat$1.smali │   │   │   │   │   ├── [2.1K] InputConnectionCompat$2.smali │   │   │   │   │   ├── [ 606] InputConnectionCompat$OnCommitContentListener.smali │   │   │   │   │   ├── [ 15K] InputConnectionCompat.smali │   │   │   │   │   ├── [3.9K] InputContentInfoCompat$InputContentInfoCompatApi25Impl.smali │   │   │   │   │   ├── [2.5K] InputContentInfoCompat$InputContentInfoCompatBaseImpl.smali │   │   │   │   │   ├── [ 894] InputContentInfoCompat$InputContentInfoCompatImpl.smali │   │   │   │   │   └── [5.9K] InputContentInfoCompat.smali │   │   │   │   ├── [ 499] KeyEventDispatcher$Component.smali │   │   │   │   ├── [9.9K] KeyEventDispatcher.smali │   │   │   │   ├── [3.2K] LayoutInflaterCompat$Factory2Wrapper.smali │   │   │   │   ├── [7.6K] LayoutInflaterCompat.smali │   │   │   │   ├── [ 393] LayoutInflaterFactory.smali │   │   │   │   ├── [3.9K] MarginLayoutParamsCompat.smali │   │   │   │   ├── [1.2K] MenuCompat.smali │   │   │   │   ├── [1.8K] MenuItemCompat$1.smali │   │   │   │   ├── [ 662] MenuItemCompat$OnActionExpandListener.smali │   │   │   │   ├── [ 16K] MenuItemCompat.smali │   │   │   │   ├── [ 10K] MotionEventCompat.smali │   │   │   │   ├── [ 549] NestedScrollingChild2.smali │   │   │   │   ├── [ 297] NestedScrollingChild3.smali │   │   │   │   ├── [ 15K] NestedScrollingChildHelper.smali │   │   │   │   ├── [ 734] NestedScrollingChild.smali │   │   │   │   ├── [ 672] NestedScrollingParent2.smali │   │   │   │   ├── [ 311] NestedScrollingParent3.smali │   │   │   │   ├── [2.2K] NestedScrollingParentHelper.smali │   │   │   │   ├── [ 810] NestedScrollingParent.smali │   │   │   │   ├── [ 326] OnApplyWindowInsetsListener.smali │   │   │   │   ├── [4.5K] OneShotPreDrawListener.smali │   │   │   │   ├── [4.3K] PointerIconCompat.smali │   │   │   │   ├── [1.8K] ScaleGestureDetectorCompat.smali │   │   │   │   ├── [ 554] ScrollingView.smali │   │   │   │   ├── [ 574] TintableBackgroundView.smali │   │   │   │   ├── [ 958] VelocityTrackerCompat.smali │   │   │   │   ├── [1.8K] ViewCompat$1.smali │   │   │   │   ├── [1.5K] ViewCompat$2.smali │   │   │   │   ├── [2.7K] ViewCompat$3.smali │   │   │   │   ├── [2.6K] ViewCompat$4.smali │   │   │   │   ├── [2.7K] ViewCompat$5.smali │   │   │   │   ├── [6.3K] ViewCompat$AccessibilityPaneVisibilityManager.smali │   │   │   │   ├── [7.0K] ViewCompat$AccessibilityViewProperty.smali │   │   │   │   ├── [1.4K] ViewCompat$Api21Impl.smali │   │   │   │   ├── [ 796] ViewCompat$Api23Impl.smali │   │   │   │   ├── [ 913] ViewCompat$Api29Impl.smali │   │   │   │   ├── [ 627] ViewCompat$FocusDirection.smali │   │   │   │   ├── [ 635] ViewCompat$FocusRealDirection.smali │   │   │   │   ├── [ 643] ViewCompat$FocusRelativeDirection.smali │   │   │   │   ├── [ 631] ViewCompat$NestedScrollType.smali │   │   │   │   ├── [ 540] ViewCompat$OnUnhandledKeyEventListenerCompat.smali │   │   │   │   ├── [ 619] ViewCompat$ScrollAxis.smali │   │   │   │   ├── [ 631] ViewCompat$ScrollIndicators.smali │   │   │   │   ├── [ 17K] ViewCompat$UnhandledKeyEventManager.smali │   │   │   │   ├── [125K] ViewCompat.smali │   │   │   │   ├── [7.0K] ViewConfigurationCompat.smali │   │   │   │   ├── [4.4K] ViewGroupCompat.smali │   │   │   │   ├── [ 20K] ViewParentCompat.smali │   │   │   │   ├── [2.8K] ViewPropertyAnimatorCompat$1.smali │   │   │   │   ├── [2.0K] ViewPropertyAnimatorCompat$2.smali │   │   │   │   ├── [6.8K] ViewPropertyAnimatorCompat$ViewPropertyAnimatorListenerApi14.smali │   │   │   │   ├── [ 32K] ViewPropertyAnimatorCompat.smali │   │   │   │   ├── [ 715] ViewPropertyAnimatorListenerAdapter.smali │   │   │   │   ├── [ 399] ViewPropertyAnimatorListener.smali │   │   │   │   ├── [ 261] ViewPropertyAnimatorUpdateListener.smali │   │   │   │   ├── [1.5K] WindowCompat.smali │   │   │   │   ├── [7.3K] WindowInsetsCompat$BuilderImpl20.smali │   │   │   │   ├── [5.6K] WindowInsetsCompat$BuilderImpl29.smali │   │   │   │   ├── [2.2K] WindowInsetsCompat$BuilderImpl.smali │   │   │   │   ├── [6.5K] WindowInsetsCompat$Builder.smali │   │   │   │   ├── [5.4K] WindowInsetsCompat$Impl20.smali │   │   │   │   ├── [4.4K] WindowInsetsCompat$Impl21.smali │   │   │   │   ├── [3.2K] WindowInsetsCompat$Impl28.smali │   │   │   │   ├── [5.7K] WindowInsetsCompat$Impl29.smali │   │   │   │   ├── [7.0K] WindowInsetsCompat$Impl.smali │   │   │   │   └── [ 24K] WindowInsetsCompat.smali │   │   │   └── [4.0K] widget │   │   │   ├── [9.3K] AutoScrollHelper$ClampedScroller.smali │   │   │   ├── [4.8K] AutoScrollHelper$ScrollAnimationRunnable.smali │   │   │   ├── [ 22K] AutoScrollHelper.smali │   │   │   ├── [1.5K] AutoSizeableTextView.smali │   │   │   ├── [6.2K] CompoundButtonCompat.smali │   │   │   ├── [1.7K] ContentLoadingProgressBar$1.smali │   │   │   ├── [2.0K] ContentLoadingProgressBar$2.smali │   │   │   ├── [6.6K] ContentLoadingProgressBar.smali │   │   │   ├── [4.1K] EdgeEffectCompat.smali │   │   │   ├── [5.3K] ImageViewCompat.smali │   │   │   ├── [1.3K] ListPopupWindowCompat.smali │   │   │   ├── [2.4K] ListViewAutoScrollHelper.smali │   │   │   ├── [3.0K] ListViewCompat.smali │   │   │   ├── [8.5K] NestedScrollView$AccessibilityDelegate.smali │   │   │   ├── [ 536] NestedScrollView$OnScrollChangeListener.smali │   │   │   ├── [2.0K] NestedScrollView$SavedState$1.smali │   │   │   ├── [3.4K] NestedScrollView$SavedState.smali │   │   │   ├── [130K] NestedScrollView.smali │   │   │   ├── [ 808] PopupMenuCompat.smali │   │   │   ├── [ 10K] PopupWindowCompat.smali │   │   │   ├── [8.1K] ScrollerCompat.smali │   │   │   ├── [ 647] TextViewCompat$AutoSizeTextType.smali │   │   │   ├── [ 16K] TextViewCompat$OreoCallback.smali │   │   │   ├── [ 43K] TextViewCompat.smali │   │   │   ├── [ 560] TintableCompoundButton.smali │   │   │   ├── [ 618] TintableCompoundDrawablesView.smali │   │   │   └── [ 558] TintableImageSourceView.smali │   │   ├── [4.0K] cursoradapter │   │   │   ├── [ 231] R.smali │   │   │   └── [4.0K] widget │   │   │   ├── [1.4K] CursorAdapter$ChangeObserver.smali │   │   │   ├── [2.0K] CursorAdapter$MyDataSetObserver.smali │   │   │   ├── [ 18K] CursorAdapter.smali │   │   │   ├── [ 800] CursorFilter$CursorFilterClient.smali │   │   │   ├── [3.6K] CursorFilter.smali │   │   │   ├── [4.4K] ResourceCursorAdapter.smali │   │   │   ├── [ 571] SimpleCursorAdapter$CursorToStringConverter.smali │   │   │   ├── [ 539] SimpleCursorAdapter$ViewBinder.smali │   │   │   └── [ 11K] SimpleCursorAdapter.smali │   │   ├── [4.0K] customview │   │   │   ├── [1.2K] R$attr.smali │   │   │   ├── [ 774] R$color.smali │   │   │   ├── [2.1K] R$dimen.smali │   │   │   ├── [1.3K] R$drawable.smali │   │   │   ├── [2.0K] R$id.smali │   │   │   ├── [ 565] R$integer.smali │   │   │   ├── [ 929] R$layout.smali │   │   │   ├── [ 565] R$string.smali │   │   │   ├── [4.6K] R$styleable.smali │   │   │   ├── [1.0K] R$style.smali │   │   │   ├── [ 729] R.smali │   │   │   ├── [4.0K] view │   │   │   │   ├── [ 629] AbsSavedState$1.smali │   │   │   │   ├── [3.1K] AbsSavedState$2.smali │   │   │   │   └── [4.0K] AbsSavedState.smali │   │   │   └── [4.0K] widget │   │   │   ├── [1.6K] ExploreByTouchHelper$1.smali │   │   │   ├── [3.0K] ExploreByTouchHelper$2.smali │   │   │   ├── [3.2K] ExploreByTouchHelper$MyNodeProvider.smali │   │   │   ├── [ 56K] ExploreByTouchHelper.smali │   │   │   ├── [ 867] FocusStrategy$BoundsAdapter.smali │   │   │   ├── [1.0K] FocusStrategy$CollectionAdapter.smali │   │   │   ├── [5.6K] FocusStrategy$SequentialComparator.smali │   │   │   ├── [ 23K] FocusStrategy.smali │   │   │   ├── [ 893] ViewDragHelper$1.smali │   │   │   ├── [1.1K] ViewDragHelper$2.smali │   │   │   ├── [1.9K] ViewDragHelper$Callback.smali │   │   │   └── [ 82K] ViewDragHelper.smali │   │   ├── [4.0K] drawerlayout │   │   │   ├── [1.2K] R$attr.smali │   │   │   ├── [ 778] R$color.smali │   │   │   ├── [2.1K] R$dimen.smali │   │   │   ├── [1.3K] R$drawable.smali │   │   │   ├── [2.0K] R$id.smali │   │   │   ├── [ 569] R$integer.smali │   │   │   ├── [ 933] R$layout.smali │   │   │   ├── [ 569] R$string.smali │   │   │   ├── [4.6K] R$styleable.smali │   │   │   ├── [1.0K] R$style.smali │   │   │   ├── [ 751] R.smali │   │   │   └── [4.0K] widget │   │   │   ├── [1.6K] DrawerLayout$1.smali │   │   │   ├── [ 13K] DrawerLayout$AccessibilityDelegate.smali │   │   │   ├── [1.4K] DrawerLayout$ChildAccessibilityDelegate.smali │   │   │   ├── [ 710] DrawerLayout$DrawerListener.smali │   │   │   ├── [3.6K] DrawerLayout$LayoutParams.smali │   │   │   ├── [3.0K] DrawerLayout$SavedState$1.smali │   │   │   ├── [3.9K] DrawerLayout$SavedState.smali │   │   │   ├── [1.0K] DrawerLayout$SimpleDrawerListener.smali │   │   │   ├── [1.3K] DrawerLayout$ViewDragCallback$1.smali │   │   │   ├── [ 17K] DrawerLayout$ViewDragCallback.smali │   │   │   └── [136K] DrawerLayout.smali │   │   ├── [4.0K] fragment │   │   │   ├── [4.0K] app │   │   │   │   ├── [ 71K] BackStackRecord.smali │   │   │   │   ├── [1.9K] BackStackState$1.smali │   │   │   │   ├── [ 23K] BackStackState.smali │   │   │   │   ├── [1.4K] DialogFragment$1.smali │   │   │   │   ├── [ 24K] DialogFragment.smali │   │   │   │   ├── [1.0K] Fragment$1.smali │   │   │   │   ├── [1.6K] Fragment$2.smali │   │   │   │   ├── [1.1K] Fragment$3.smali │   │   │   │   ├── [2.6K] Fragment$4.smali │   │   │   │   ├── [2.8K] Fragment$AnimationInfo.smali │   │   │   │   ├── [ 653] Fragment$InstantiationException.smali │   │   │   │   ├── [ 543] Fragment$OnStartEnterTransitionListener.smali │   │   │   │   ├── [2.8K] Fragment$SavedState$1.smali │   │   │   │   ├── [2.4K] Fragment$SavedState.smali │   │   │   │   ├── [ 10K] FragmentActivity$HostCallbacks.smali │   │   │   │   ├── [ 51K] FragmentActivity.smali │   │   │   │   ├── [ 894] FragmentContainer.smali │   │   │   │   ├── [ 22K] FragmentController.smali │   │   │   │   ├── [ 10K] FragmentFactory.smali │   │   │   │   ├── [7.8K] FragmentHostCallback.smali │   │   │   │   ├── [ 830] FragmentManager$BackStackEntry.smali │   │   │   │   ├── [2.9K] FragmentManager$FragmentLifecycleCallbacks.smali │   │   │   │   ├── [ 504] FragmentManager$OnBackStackChangedListener.smali │   │   │   │   ├── [1.1K] FragmentManagerImpl$1.smali │   │   │   │   ├── [1.1K] FragmentManagerImpl$2.smali │   │   │   │   ├── [2.8K] FragmentManagerImpl$3$1.smali │   │   │   │   ├── [2.1K] FragmentManagerImpl$3.smali │   │   │   │   ├── [3.4K] FragmentManagerImpl$4.smali │   │   │   │   ├── [2.8K] FragmentManagerImpl$5.smali │   │   │   │   ├── [1.9K] FragmentManagerImpl$6.smali │   │   │   │   ├── [2.0K] FragmentManagerImpl$AnimationOrAnimator.smali │   │   │   │   ├── [5.5K] FragmentManagerImpl$EndViewTransitionAnimation.smali │   │   │   │   ├── [1.1K] FragmentManagerImpl$FragmentLifecycleCallbacksHolder.smali │   │   │   │   ├── [1.1K] FragmentManagerImpl$FragmentTag.smali │   │   │   │   ├── [ 833] FragmentManagerImpl$OpGenerator.smali │   │   │   │   ├── [3.6K] FragmentManagerImpl$PopBackStackState.smali │   │   │   │   ├── [5.6K] FragmentManagerImpl$StartEnterTransitionListener.smali │   │   │   │   ├── [333K] FragmentManagerImpl.smali │   │   │   │   ├── [3.9K] FragmentManagerNonConfig.smali │   │   │   │   ├── [5.2K] FragmentManager.smali │   │   │   │   ├── [2.0K] FragmentManagerState$1.smali │   │   │   │   ├── [4.7K] FragmentManagerState.smali │   │   │   │   ├── [1.2K] FragmentManagerViewModel$1.smali │   │   │   │   ├── [ 25K] FragmentManagerViewModel.smali │   │   │   │   ├── [ 14K] FragmentPagerAdapter.smali │   │   │   │   ├── [145K] Fragment.smali │   │   │   │   ├── [1.9K] FragmentState$1.smali │   │   │   │   ├── [ 23K] FragmentStatePagerAdapter.smali │   │   │   │   ├── [ 19K] FragmentState.smali │   │   │   │   ├── [1.4K] FragmentTabHost$DummyTabFactory.smali │   │   │   │   ├── [2.0K] FragmentTabHost$SavedState$1.smali │   │   │   │   ├── [3.5K] FragmentTabHost$SavedState.smali │   │   │   │   ├── [1.5K] FragmentTabHost$TabInfo.smali │   │   │   │   ├── [ 25K] FragmentTabHost.smali │   │   │   │   ├── [2.5K] FragmentTransaction$Op.smali │   │   │   │   ├── [ 27K] FragmentTransaction.smali │   │   │   │   ├── [1.2K] FragmentTransition$1.smali │   │   │   │   ├── [5.7K] FragmentTransition$2.smali │   │   │   │   ├── [3.6K] FragmentTransition$3.smali │   │   │   │   ├── [7.3K] FragmentTransition$4.smali │   │   │   │   ├── [ 913] FragmentTransition$FragmentContainerTransition.smali │   │   │   │   ├── [1.4K] FragmentTransitionCompat21$1.smali │   │   │   │   ├── [3.0K] FragmentTransitionCompat21$2.smali │   │   │   │   ├── [4.8K] FragmentTransitionCompat21$3.smali │   │   │   │   ├── [1.8K] FragmentTransitionCompat21$4.smali │   │   │   │   ├── [ 18K] FragmentTransitionCompat21.smali │   │   │   │   ├── [3.4K] FragmentTransitionImpl$1.smali │   │   │   │   ├── [2.6K] FragmentTransitionImpl$2.smali │   │   │   │   ├── [2.5K] FragmentTransitionImpl$3.smali │   │   │   │   ├── [ 18K] FragmentTransitionImpl.smali │   │   │   │   ├── [ 84K] FragmentTransition.smali │   │   │   │   ├── [2.2K] FragmentViewLifecycleOwner.smali │   │   │   │   ├── [1.4K] ListFragment$1.smali │   │   │   │   ├── [1.5K] ListFragment$2.smali │   │   │   │   ├── [ 23K] ListFragment.smali │   │   │   │   └── [ 376] SuperNotCalledException.smali │   │   │   ├── [1.2K] R$attr.smali │   │   │   ├── [ 770] R$color.smali │   │   │   ├── [2.1K] R$dimen.smali │   │   │   ├── [1.3K] R$drawable.smali │   │   │   ├── [4.8K] R$id.smali │   │   │   ├── [ 561] R$integer.smali │   │   │   ├── [ 982] R$layout.smali │   │   │   ├── [ 561] R$string.smali │   │   │   ├── [4.6K] R$styleable.smali │   │   │   ├── [1.0K] R$style.smali │   │   │   └── [ 707] R.smali │   │   ├── [4.0K] interpolator │   │   │   ├── [ 230] R.smali │   │   │   └── [4.0K] view │   │   │   └── [4.0K] animation │   │   │   ├── [7.4K] FastOutLinearInInterpolator.smali │   │   │   ├── [7.4K] FastOutSlowInInterpolator.smali │   │   │   ├── [7.4K] LinearOutSlowInInterpolator.smali │   │   │   └── [2.0K] LookupTableInterpolator.smali │   │   ├── [4.0K] lifecycle │   │   │   ├── [ 945] AndroidViewModel.smali │   │   │   ├── [5.8K] ClassesInfoCache$CallbackInfo.smali │   │   │   ├── [5.2K] ClassesInfoCache$MethodReference.smali │   │   │   ├── [ 15K] ClassesInfoCache.smali │   │   │   ├── [2.1K] CompositeGeneratedAdaptersObserver.smali │   │   │   ├── [1.6K] ComputableLiveData$1.smali │   │   │   ├── [3.6K] ComputableLiveData$2.smali │   │   │   ├── [2.2K] ComputableLiveData$3.smali │   │   │   ├── [4.1K] ComputableLiveData.smali │   │   │   ├── [4.2K] FullLifecycleObserverAdapter$1.smali │   │   │   ├── [4.1K] FullLifecycleObserverAdapter.smali │   │   │   ├── [ 717] FullLifecycleObserver.smali │   │   │   ├── [ 310] GeneratedAdapter.smali │   │   │   ├── [ 290] GenericLifecycleObserver.smali │   │   │   ├── [5.6K] Lifecycle$Event.smali │   │   │   ├── [4.9K] Lifecycle$State.smali │   │   │   ├── [ 351] LifecycleEventObserver.smali │   │   │   ├── [ 131] LifecycleObserver.smali │   │   │   ├── [ 226] LifecycleOwner.smali │   │   │   ├── [6.6K] LifecycleRegistry$1.smali │   │   │   ├── [2.5K] LifecycleRegistry$ObserverWithState.smali │   │   │   ├── [ 387] LifecycleRegistryOwner.smali │   │   │   ├── [ 30K] LifecycleRegistry.smali │   │   │   ├── [1.3K] Lifecycle.smali │   │   │   ├── [1.4K] Lifecycling$1.smali │   │   │   ├── [ 17K] Lifecycling.smali │   │   │   ├── [4.0K] livedata │   │   │   │   ├── [4.0K] core │   │   │   │   │   └── [ 241] R.smali │   │   │   │   └── [ 236] R.smali │   │   │   ├── [2.0K] LiveData$1.smali │   │   │   ├── [1.3K] LiveData$AlwaysActiveObserver.smali │   │   │   ├── [4.4K] LiveData$LifecycleBoundObserver.smali │   │   │   ├── [4.0K] LiveData$ObserverWrapper.smali │   │   │   ├── [ 18K] LiveData.smali │   │   │   ├── [3.6K] MediatorLiveData$Source.smali │   │   │   ├── [5.7K] MediatorLiveData.smali │   │   │   ├── [1.8K] MethodCallsLogger.smali │   │   │   ├── [1.1K] MutableLiveData.smali │   │   │   ├── [ 510] Observer.smali │   │   │   ├── [ 669] OnLifecycleEvent.smali │   │   │   ├── [1.9K] ReflectiveGenericLifecycleObserver.smali │   │   │   ├── [ 583] ReportFragment$ActivityInitializationListener.smali │   │   │   ├── [8.3K] ReportFragment.smali │   │   │   ├── [ 227] R.smali │   │   │   ├── [1.6K] SingleGeneratedAdapterObserver.smali │   │   │   ├── [2.0K] Transformations$1.smali │   │   │   ├── [1.5K] Transformations$2$1.smali │   │   │   ├── [3.1K] Transformations$2.smali │   │   │   ├── [2.5K] Transformations.smali │   │   │   ├── [4.0K] viewmodel │   │   │   │   └── [ 237] R.smali │   │   │   ├── [6.4K] ViewModelProvider$AndroidViewModelFactory.smali │   │   │   ├── [ 741] ViewModelProvider$Factory.smali │   │   │   ├── [1.6K] ViewModelProvider$KeyedFactory.smali │   │   │   ├── [2.7K] ViewModelProvider$NewInstanceFactory.smali │   │   │   ├── [5.1K] ViewModelProvider.smali │   │   │   ├── [5.3K] ViewModel.smali │   │   │   ├── [ 246] ViewModelStoreOwner.smali │   │   │   └── [3.2K] ViewModelStore.smali │   │   ├── [4.0K] loader │   │   │   ├── [4.0K] app │   │   │   │   ├── [1.5K] LoaderManager$LoaderCallbacks.smali │   │   │   │   ├── [ 21K] LoaderManagerImpl$LoaderInfo.smali │   │   │   │   ├── [6.7K] LoaderManagerImpl$LoaderObserver.smali │   │   │   │   ├── [1.2K] LoaderManagerImpl$LoaderViewModel$1.smali │   │   │   │   ├── [ 10K] LoaderManagerImpl$LoaderViewModel.smali │   │   │   │   ├── [ 21K] LoaderManagerImpl.smali │   │   │   │   └── [3.3K] LoaderManager.smali │   │   │   ├── [4.0K] content │   │   │   │   ├── [5.7K] AsyncTaskLoader$LoadTask.smali │   │   │   │   ├── [ 18K] AsyncTaskLoader.smali │   │   │   │   ├── [ 17K] CursorLoader.smali │   │   │   │   ├── [1.4K] Loader$ForceLoadContentObserver.smali │   │   │   │   ├── [ 862] Loader$OnLoadCanceledListener.smali │   │   │   │   ├── [ 883] Loader$OnLoadCompleteListener.smali │   │   │   │   ├── [ 17K] Loader.smali │   │   │   │   ├── [1.9K] ModernAsyncTask$1.smali │   │   │   │   ├── [3.4K] ModernAsyncTask$2.smali │   │   │   │   ├── [3.0K] ModernAsyncTask$3.smali │   │   │   │   ├── [1.8K] ModernAsyncTask$4.smali │   │   │   │   ├── [1.5K] ModernAsyncTask$AsyncTaskResult.smali │   │   │   │   ├── [1.9K] ModernAsyncTask$InternalHandler.smali │   │   │   │   ├── [3.9K] ModernAsyncTask$Status.smali │   │   │   │   ├── [1.1K] ModernAsyncTask$WorkerRunnable.smali │   │   │   │   └── [ 18K] ModernAsyncTask.smali │   │   │   ├── [1.2K] R$attr.smali │   │   │   ├── [ 766] R$color.smali │   │   │   ├── [2.1K] R$dimen.smali │   │   │   ├── [1.3K] R$drawable.smali │   │   │   ├── [2.0K] R$id.smali │   │   │   ├── [ 557] R$integer.smali │   │   │   ├── [ 921] R$layout.smali │   │   │   ├── [ 557] R$string.smali │   │   │   ├── [4.5K] R$styleable.smali │   │   │   ├── [1.0K] R$style.smali │   │   │   └── [ 685] R.smali │   │   ├── [4.0K] savedstate │   │   │   ├── [2.2K] Recreator$SavedStateProvider.smali │   │   │   ├── [7.8K] Recreator.smali │   │   │   ├── [ 228] R.smali │   │   │   ├── [1.9K] SavedStateRegistry$1.smali │   │   │   ├── [ 521] SavedStateRegistry$AutoRecreated.smali │   │   │   ├── [ 502] SavedStateRegistry$SavedStateProvider.smali │   │   │   ├── [3.6K] SavedStateRegistryController.smali │   │   │   ├── [ 326] SavedStateRegistryOwner.smali │   │   │   └── [ 10K] SavedStateRegistry.smali │   │   ├── [4.0K] vectordrawable │   │   │   ├── [4.0K] animated │   │   │   │   ├── [1.2K] R$attr.smali │   │   │   │   ├── [ 800] R$color.smali │   │   │   │   ├── [2.2K] R$dimen.smali │   │   │   │   ├── [1.3K] R$drawable.smali │   │   │   │   ├── [4.8K] R$id.smali │   │   │   │   ├── [ 591] R$integer.smali │   │   │   │   ├── [1012] R$layout.smali │   │   │   │   ├── [ 591] R$string.smali │   │   │   │   ├── [4.7K] R$styleable.smali │   │   │   │   ├── [1.1K] R$style.smali │   │   │   │   └── [ 872] R.smali │   │   │   ├── [4.0K] graphics │   │   │   │   └── [4.0K] drawable │   │   │   │   ├── [9.7K] AndroidResources.smali │   │   │   │   ├── [2.1K] Animatable2Compat$AnimationCallback$1.smali │   │   │   │   ├── [2.0K] Animatable2Compat$AnimationCallback.smali │   │   │   │   ├── [ 787] Animatable2Compat.smali │   │   │   │   ├── [2.4K] AnimatedVectorDrawableCompat$1.smali │   │   │   │   ├── [3.8K] AnimatedVectorDrawableCompat$2.smali │   │   │   │   ├── [ 10K] AnimatedVectorDrawableCompat$AnimatedVectorDrawableCompatState.smali │   │   │   │   ├── [6.0K] AnimatedVectorDrawableCompat$AnimatedVectorDrawableDelegateState.smali │   │   │   │   ├── [ 70K] AnimatedVectorDrawableCompat.smali │   │   │   │   ├── [ 12K] AnimationUtilsCompat.smali │   │   │   │   ├── [4.4K] AnimatorInflaterCompat$PathDataEvaluator.smali │   │   │   │   ├── [ 62K] AnimatorInflaterCompat.smali │   │   │   │   ├── [5.0K] ArgbEvaluator.smali │   │   │   │   ├── [ 17K] PathInterpolatorCompat.smali │   │   │   │   ├── [9.1K] VectorDrawableCommon.smali │   │   │   │   ├── [ 417] VectorDrawableCompat$1.smali │   │   │   │   ├── [3.6K] VectorDrawableCompat$VClipPath.smali │   │   │   │   ├── [ 19K] VectorDrawableCompat$VectorDrawableCompatState.smali │   │   │   │   ├── [4.6K] VectorDrawableCompat$VectorDrawableDelegateState.smali │   │   │   │   ├── [ 24K] VectorDrawableCompat$VFullPath.smali │   │   │   │   ├── [ 26K] VectorDrawableCompat$VGroup.smali │   │   │   │   ├── [1.1K] VectorDrawableCompat$VObject.smali │   │   │   │   ├── [ 35K] VectorDrawableCompat$VPathRenderer.smali │   │   │   │   ├── [9.7K] VectorDrawableCompat$VPath.smali │   │   │   │   └── [ 87K] VectorDrawableCompat.smali │   │   │   ├── [1.2K] R$attr.smali │   │   │   ├── [ 782] R$color.smali │   │   │   ├── [2.1K] R$dimen.smali │   │   │   ├── [1.3K] R$drawable.smali │   │   │   ├── [4.8K] R$id.smali │   │   │   ├── [ 573] R$integer.smali │   │   │   ├── [ 994] R$layout.smali │   │   │   ├── [ 573] R$string.smali │   │   │   ├── [4.6K] R$styleable.smali │   │   │   ├── [1.0K] R$style.smali │   │   │   └── [ 773] R.smali │   │   ├── [4.0K] versionedparcelable │   │   │   ├── [ 575] CustomVersionedParcelable.smali │   │   │   ├── [ 573] NonParcelField.smali │   │   │   ├── [ 895] ParcelField.smali │   │   │   ├── [1.9K] ParcelImpl$1.smali │   │   │   ├── [3.1K] ParcelImpl.smali │   │   │   ├── [9.3K] ParcelUtils.smali │   │   │   ├── [ 237] R.smali │   │   │   ├── [2.2K] VersionedParcel$1.smali │   │   │   ├── [ 635] VersionedParcel$ParcelException.smali │   │   │   ├── [ 145] VersionedParcelable.smali │   │   │   ├── [1.3K] VersionedParcelize.smali │   │   │   ├── [ 19K] VersionedParcelParcel.smali │   │   │   ├── [ 86K] VersionedParcel.smali │   │   │   ├── [5.9K] VersionedParcelStream$1.smali │   │   │   ├── [3.4K] VersionedParcelStream$FieldBuffer.smali │   │   │   └── [ 41K] VersionedParcelStream.smali │   │   └── [4.0K] viewpager │   │   ├── [1.2K] R$attr.smali │   │   ├── [ 772] R$color.smali │   │   ├── [2.1K] R$dimen.smali │   │   ├── [1.3K] R$drawable.smali │   │   ├── [2.0K] R$id.smali │   │   ├── [ 563] R$integer.smali │   │   ├── [ 927] R$layout.smali │   │   ├── [ 563] R$string.smali │   │   ├── [4.6K] R$styleable.smali │   │   ├── [1.0K] R$style.smali │   │   ├── [ 718] R.smali │   │   └── [4.0K] widget │   │   ├── [6.3K] PagerAdapter.smali │   │   ├── [1.7K] PagerTabStrip$1.smali │   │   ├── [1.7K] PagerTabStrip$2.smali │   │   ├── [ 21K] PagerTabStrip.smali │   │   ├── [6.3K] PagerTitleStrip$PageListener.smali │   │   ├── [2.0K] PagerTitleStrip$SingleLineAllCapsTransform.smali │   │   ├── [ 36K] PagerTitleStrip.smali │   │   ├── [1.6K] ViewPager$1.smali │   │   ├── [ 876] ViewPager$2.smali │   │   ├── [1.3K] ViewPager$3.smali │   │   ├── [4.9K] ViewPager$4.smali │   │   ├── [ 876] ViewPager$DecorView.smali │   │   ├── [ 647] ViewPager$ItemInfo.smali │   │   ├── [1.8K] ViewPager$LayoutParams.smali │   │   ├── [7.7K] ViewPager$MyAccessibilityDelegate.smali │   │   ├── [ 603] ViewPager$OnAdapterChangeListener.smali │   │   ├── [ 603] ViewPager$OnPageChangeListener.smali │   │   ├── [1.4K] ViewPager$PagerObserver.smali │   │   ├── [ 487] ViewPager$PageTransformer.smali │   │   ├── [2.9K] ViewPager$SavedState$1.smali │   │   ├── [4.3K] ViewPager$SavedState.smali │   │   ├── [ 925] ViewPager$SimpleOnPageChangeListener.smali │   │   ├── [2.3K] ViewPager$ViewPositionComparator.smali │   │   └── [209K] ViewPager.smali │   └── [4.0K] com │   └── [4.0K] example │   └── [4.0K] janusapp │   ├── [ 612] BuildConfig.smali │   ├── [1.3K] MainActivity$1.smali │   ├── [2.4K] MainActivity.smali │   ├── [2.2K] R$anim.smali │   ├── [ 28K] R$attr.smali │   ├── [ 699] R$bool.smali │   ├── [6.8K] R$color.smali │   ├── [9.2K] R$dimen.smali │   ├── [8.3K] R$drawable.smali │   ├── [ 14K] R$id.smali │   ├── [ 846] R$integer.smali │   ├── [1.1K] R$interpolator.smali │   ├── [3.2K] R$layout.smali │   ├── [ 602] R$mipmap.smali │   ├── [2.6K] R$string.smali │   ├── [102K] R$styleable.smali │   ├── [ 28K] R$style.smali │   └── [ 906] R.smali ├── [1.6M] app-release.apk ├── [2.2M] cla.dex ├── [3.8M] f.apk ├── [4.0K] JanusApp │   ├── [4.0K] app │   │   ├── [ 931] build.gradle │   │   ├── [ 750] proguard-rules.pro │   │   ├── [4.0K] release │   │   │   ├── [4.0K] app-release │   │   │   │   ├── [2.1K] AndroidManifest.xml │   │   │   │   ├── [2.2M] classes.dex │   │   │   │   ├── [4.0K] META-INF │   │   │   │   │   ├── [ 6] androidx.activity_activity.version │   │   │   │   │   ├── [ 6] androidx.appcompat_appcompat-resources.version │   │   │   │   │   ├── [ 6] androidx.appcompat_appcompat.version │   │   │   │   │   ├── [ 6] androidx.arch.core_core-runtime.version │   │   │   │   │   ├── [ 6] androidx.core_core.version │   │   │   │   │   ├── [ 6] androidx.cursoradapter_cursoradapter.version │   │   │   │   │   ├── [ 6] androidx.customview_customview.version │   │   │   │   │   ├── [ 6] androidx.drawerlayout_drawerlayout.version │   │   │   │   │   ├── [ 6] androidx.fragment_fragment.version │   │   │   │   │   ├── [ 6] androidx.interpolator_interpolator.version │   │   │   │   │   ├── [ 6] androidx.lifecycle_lifecycle-livedata-core.version │   │   │   │   │   ├── [ 6] androidx.lifecycle_lifecycle-livedata.version │   │   │   │   │   ├── [ 6] androidx.lifecycle_lifecycle-runtime.version │   │   │   │   │   ├── [ 6] androidx.lifecycle_lifecycle-viewmodel.version │   │   │   │   │   ├── [ 6] androidx.loader_loader.version │   │   │   │   │   ├── [ 6] androidx.savedstate_savedstate.version │   │   │   │   │   ├── [ 6] androidx.vectordrawable_vectordrawable-animated.version │   │   │   │   │   ├── [ 6] androidx.vectordrawable_vectordrawable.version │   │   │   │   │   ├── [ 6] androidx.versionedparcelable_versionedparcelable.version │   │   │   │   │   ├── [ 6] androidx.viewpager_viewpager.version │   │   │   │   │   ├── [1.1K] CERT.RSA │   │   │   │   │   ├── [ 49K] CERT.SF │   │   │   │   │   └── [ 49K] MANIFEST.MF │   │   │   │   ├── [4.0K] res │   │   │   │   │   ├── [4.0K] anim │   │   │   │   │   │   ├── [ 388] abc_fade_in.xml │   │   │   │   │   │   ├── [ 388] abc_fade_out.xml │   │   │   │   │   │   ├── [ 852] abc_grow_fade_in_from_bottom.xml │   │   │   │   │   │   ├── [ 508] abc_popup_enter.xml │   │   │   │   │   │   ├── [ 508] abc_popup_exit.xml │   │   │   │   │   │   ├── [ 852] abc_shrink_fade_out_from_bottom.xml │   │   │   │   │   │   ├── [ 396] abc_slide_in_bottom.xml │   │   │   │   │   │   ├── [ 396] abc_slide_in_top.xml │   │   │   │   │   │   ├── [ 396] abc_slide_out_bottom.xml │   │   │   │   │   │   ├── [ 396] abc_slide_out_top.xml │   │   │   │   │   │   ├── [ 388] abc_tooltip_enter.xml │   │   │   │   │   │   ├── [ 388] abc_tooltip_exit.xml │   │   │   │   │   │   ├── [2.1K] btn_checkbox_to_checked_box_inner_merged_animation.xml │   │   │   │   │   │   ├── [2.7K] btn_checkbox_to_checked_box_outer_merged_animation.xml │   │   │   │   │   │   ├── [1.2K] btn_checkbox_to_checked_icon_null_animation.xml │   │   │   │   │   │   ├── [2.3K] btn_checkbox_to_unchecked_box_inner_merged_animation.xml │   │   │   │   │   │   ├── [2.5K] btn_checkbox_to_unchecked_check_path_merged_animation.xml │   │   │   │   │   │   ├── [1.2K] btn_checkbox_to_unchecked_icon_null_animation.xml │   │   │   │   │   │   ├── [1.6K] btn_radio_to_off_mtrl_dot_group_animation.xml │   │   │   │   │   │   ├── [1.6K] btn_radio_to_off_mtrl_ring_outer_animation.xml │   │   │   │   │   │   ├── [1.0K] btn_radio_to_off_mtrl_ring_outer_path_animation.xml │   │   │   │   │   │   ├── [1.6K] btn_radio_to_on_mtrl_dot_group_animation.xml │   │   │   │   │   │   ├── [1.6K] btn_radio_to_on_mtrl_ring_outer_animation.xml │   │   │   │   │   │   └── [1.0K] btn_radio_to_on_mtrl_ring_outer_path_animation.xml │   │   │   │   │   ├── [4.0K] color │   │   │   │   │   │   ├── [ 468] abc_background_cache_hint_selector_material_dark.xml │   │   │   │   │   │   ├── [ 468] abc_background_cache_hint_selector_material_light.xml │   │   │   │   │   │   ├── [ 604] abc_btn_colored_borderless_text_material.xml │   │   │   │   │   │   ├── [ 604] abc_btn_colored_text_material.xml │   │   │   │   │   │   ├── [ 564] abc_hint_foreground_material_dark.xml │   │   │   │   │   │   ├── [ 564] abc_hint_foreground_material_light.xml │   │   │   │   │   │   ├── [ 464] abc_primary_text_disable_only_material_dark.xml │   │   │   │   │   │   ├── [ 464] abc_primary_text_disable_only_material_light.xml │   │   │   │   │   │   ├── [ 464] abc_primary_text_material_dark.xml │   │   │   │   │   │   ├── [ 464] abc_primary_text_material_light.xml │   │   │   │   │   │   ├── [ 588] abc_search_url_text.xml │   │   │   │   │   │   ├── [ 464] abc_secondary_text_material_dark.xml │   │   │   │   │   │   ├── [ 464] abc_secondary_text_material_light.xml │   │   │   │   │   │   ├── [ 728] abc_tint_btn_checkable.xml │   │   │   │   │   │   ├── [1.2K] abc_tint_default.xml │   │   │   │   │   │   ├── [ 772] abc_tint_edittext.xml │   │   │   │   │   │   ├── [ 604] abc_tint_seek_thumb.xml │   │   │   │   │   │   ├── [ 772] abc_tint_spinner.xml │   │   │   │   │   │   ├── [ 768] abc_tint_switch_track.xml │   │   │   │   │   │   ├── [ 464] switch_thumb_material_dark.xml │   │   │   │   │   │   └── [ 464] switch_thumb_material_light.xml │   │   │   │   │   ├── [4.0K] color-v21 │   │   │   │   │   │   └── [ 464] abc_btn_colored_borderless_text_material.xml │   │   │   │   │   ├── [4.0K] color-v23 │   │   │   │   │   │   ├── [ 500] abc_btn_colored_borderless_text_material.xml │   │   │   │   │   │   ├── [ 500] abc_btn_colored_text_material.xml │   │   │   │   │   │   ├── [ 544] abc_color_highlight_material.xml │   │   │   │   │   │   ├── [ 624] abc_tint_btn_checkable.xml │   │   │   │   │   │   ├── [1.1K] abc_tint_default.xml │   │   │   │   │   │   ├── [ 668] abc_tint_edittext.xml │   │   │   │   │   │   ├── [ 500] abc_tint_seek_thumb.xml │   │   │   │   │   │   ├── [ 668] abc_tint_spinner.xml │   │   │   │   │   │   └── [ 664] abc_tint_switch_track.xml │   │   │   │   │   ├── [4.0K] drawable │   │   │   │   │   │   ├── [ 588] abc_btn_borderless_material.xml │   │   │   │   │   │   ├── [ 816] abc_btn_check_material_anim.xml │   │   │   │   │   │   ├── [ 464] abc_btn_check_material.xml │   │   │   │   │   │   ├── [ 344] abc_btn_colored_material.xml │   │   │   │   │   │   ├── [ 932] abc_btn_default_mtrl_shape.xml │   │   │   │   │   │   ├── [ 816] abc_btn_radio_material_anim.xml │   │   │   │   │   │   ├── [ 464] abc_btn_radio_material.xml │   │   │   │   │   │   ├── [ 372] abc_cab_background_internal_bg.xml │   │   │   │   │   │   ├── [ 336] abc_cab_background_top_material.xml │   │   │   │   │   │   ├── [ 716] abc_dialog_material_background.xml │   │   │   │   │   │   ├── [ 868] abc_edit_text_material.xml │   │   │   │   │   │   ├── [ 692] abc_ic_ab_back_material.xml │   │   │   │   │   │   ├── [1000] abc_ic_arrow_drop_right_black_24dp.xml │   │   │   │   │   │   ├── [ 684] abc_ic_clear_material.xml │   │   │   │   │   │   ├── [ 640] abc_ic_go_search_api_material.xml │   │   │   │   │   │   ├── [ 792] abc_ic_menu_overflow_material.xml │   │   │   │   │   │   ├── [ 812] abc_ic_search_api_material.xml │   │   │   │   │   │   ├── [ 828] abc_ic_voice_search_api_material.xml │   │   │   │   │   │   ├── [1012] abc_item_background_holo_dark.xml │   │   │   │   │   │   ├── [1012] abc_item_background_holo_light.xml │   │   │   │   │   │   ├── [ 480] abc_list_divider_material.xml │   │   │   │   │   │   ├── [ 424] abc_list_selector_background_transition_holo_dark.xml │   │   │   │   │   │   ├── [ 424] abc_list_selector_background_transition_holo_light.xml │   │   │   │   │   │   ├── [1.0K] abc_list_selector_holo_dark.xml │   │   │   │   │   │   ├── [1.0K] abc_list_selector_holo_light.xml │   │   │   │   │   │   ├── [ 664] abc_ratingbar_indicator_material.xml │   │   │   │   │   │   ├── [ 664] abc_ratingbar_material.xml │   │   │   │   │   │   ├── [ 664] abc_ratingbar_small_material.xml │   │   │   │   │   │   ├── [1.1K] abc_seekbar_thumb_material.xml │   │   │   │   │   │   ├── [ 516] abc_seekbar_tick_mark_material.xml │   │   │   │   │   │   ├── [1.4K] abc_seekbar_track_material.xml │   │   │   │   │   │   ├── [1.1K] abc_spinner_textfield_background_material.xml │   │   │   │   │   │   ├── [ 464] abc_switch_thumb_material.xml │   │   │   │   │   │   ├── [ 468] abc_tab_indicator_material.xml │   │   │   │   │   │   ├── [ 516] abc_text_cursor_material.xml │   │   │   │   │   │   ├── [ 756] abc_textfield_search_material.xml │   │   │   │   │   │   ├── [ 612] abc_vector_test.xml │   │   │   │   │   │   ├── [2.6K] btn_checkbox_checked_mtrl.xml │   │   │   │   │   │   ├── [ 688] btn_checkbox_checked_to_unchecked_mtrl_animation.xml │   │   │   │   │   │   ├── [2.6K] btn_checkbox_unchecked_mtrl.xml │   │   │   │   │   │   ├── [ 688] btn_checkbox_unchecked_to_checked_mtrl_animation.xml │   │   │   │   │   │   ├── [1.7K] btn_radio_off_mtrl.xml │   │   │   │   │   │   ├── [ 680] btn_radio_off_to_on_mtrl_animation.xml │   │   │   │   │   │   ├── [1.6K] btn_radio_on_mtrl.xml │   │   │   │   │   │   ├── [ 680] btn_radio_on_to_off_mtrl_animation.xml │   │   │   │   │   │   ├── [ 532] notification_bg_low.xml │   │   │   │   │   │   ├── [ 532] notification_bg.xml │   │   │   │   │   │   ├── [ 372] notification_icon_background.xml │   │   │   │   │   │   ├── [ 304] notification_tile_bg.xml │   │   │   │   │   │   ├── [ 484] tooltip_frame_dark.xml │   │   │   │   │   │   └── [ 484] tooltip_frame_light.xml │   │   │   │   │   ├── [4.0K] drawable-anydpi-v21 │   │   │   │   │   │   └── [5.6K] ic_launcher_background.xml │   │   │   │   │   ├── [4.0K] drawable-hdpi-v4 │   │   │   │   │   │   ├── [ 272] abc_ab_share_pack_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 227] abc_btn_check_to_on_mtrl_000.png │   │   │   │   │   │   ├── [ 404] abc_btn_check_to_on_mtrl_015.png │   │   │   │   │   │   ├── [ 464] abc_btn_radio_to_on_mtrl_000.png │   │   │   │   │   │   ├── [ 563] abc_btn_radio_to_on_mtrl_015.png │   │   │   │   │   │   ├── [1.1K] abc_btn_switch_to_on_mtrl_00001.9.png │   │   │   │   │   │   ├── [1.2K] abc_btn_switch_to_on_mtrl_00012.9.png │   │   │   │   │   │   ├── [ 226] abc_cab_background_top_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 171] abc_ic_commit_search_api_mtrl_alpha.png │   │   │   │   │   │   ├── [ 202] abc_ic_menu_copy_mtrl_am_alpha.png │   │   │   │   │   │   ├── [ 404] abc_ic_menu_cut_mtrl_alpha.png │   │   │   │   │   │   ├── [ 226] abc_ic_menu_paste_mtrl_am_alpha.png │   │   │   │   │   │   ├── [ 215] abc_ic_menu_selectall_mtrl_alpha.png │   │   │   │   │   │   ├── [ 389] abc_ic_menu_share_mtrl_alpha.png │   │   │   │   │   │   ├── [ 263] abc_ic_star_black_16dp.png │   │   │   │   │   │   ├── [ 522] abc_ic_star_black_36dp.png │   │   │   │   │   │   ├── [ 668] abc_ic_star_black_48dp.png │   │   │   │   │   │   ├── [ 197] abc_ic_star_half_black_16dp.png │   │   │   │   │   │   ├── [ 328] abc_ic_star_half_black_36dp.png │   │   │   │   │   │   ├── [ 431] abc_ic_star_half_black_48dp.png │   │   │   │   │   │   ├── [ 167] abc_list_divider_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 244] abc_list_focused_holo.9.png │   │   │   │   │   │   ├── [ 212] abc_list_longpressed_holo.9.png │   │   │   │   │   │   ├── [ 208] abc_list_pressed_holo_dark.9.png │   │   │   │   │   │   ├── [ 208] abc_list_pressed_holo_light.9.png │   │   │   │   │   │   ├── [ 228] abc_list_selector_disabled_holo_dark.9.png │   │   │   │   │   │   ├── [ 229] abc_list_selector_disabled_holo_light.9.png │   │   │   │   │   │   ├── [ 738] abc_menu_hardkey_panel_mtrl_mult.9.png │   │   │   │   │   │   ├── [1.1K] abc_popup_background_mtrl_mult.9.png │   │   │   │   │   │   ├── [ 201] abc_scrubber_control_off_mtrl_alpha.png │   │   │   │   │   │   ├── [ 196] abc_scrubber_control_to_pressed_mtrl_000.png │   │   │   │   │   │   ├── [ 272] abc_scrubber_control_to_pressed_mtrl_005.png │   │   │   │   │   │   ├── [ 205] abc_scrubber_primary_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 196] abc_scrubber_track_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 345] abc_spinner_mtrl_am_alpha.9.png │   │   │   │   │   │   ├── [ 484] abc_switch_track_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 190] abc_tab_indicator_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 186] abc_textfield_activated_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 192] abc_textfield_default_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 178] abc_textfield_search_activated_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 178] abc_textfield_search_default_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 278] abc_text_select_handle_left_mtrl_dark.png │   │   │   │   │   │   ├── [ 278] abc_text_select_handle_left_mtrl_light.png │   │   │   │   │   │   ├── [ 398] abc_text_select_handle_middle_mtrl_dark.png │   │   │   │   │   │   ├── [ 396] abc_text_select_handle_middle_mtrl_light.png │   │   │   │   │   │   ├── [ 263] abc_text_select_handle_right_mtrl_dark.png │   │   │   │   │   │   ├── [ 262] abc_text_select_handle_right_mtrl_light.png │   │   │   │   │   │   ├── [ 391] ic_launcher_background.png │   │   │   │   │   │   ├── [ 212] notification_bg_low_normal.9.png │   │   │   │   │   │   ├── [ 225] notification_bg_low_pressed.9.png │   │   │   │   │   │   ├── [ 212] notification_bg_normal.9.png │   │   │   │   │   │   ├── [ 225] notification_bg_normal_pressed.9.png │   │   │   │   │   │   └── [ 107] notify_panel_notification_icon_bg.png │   │   │   │   │   ├── [4.0K] drawable-ldpi-v4 │   │   │   │   │   │   └── [ 220] ic_launcher_background.png │   │   │   │   │   ├── [4.0K] drawable-ldrtl-hdpi-v17 │   │   │   │   │   │   ├── [ 199] abc_ic_menu_copy_mtrl_am_alpha.png │   │   │   │   │   │   ├── [ 400] abc_ic_menu_cut_mtrl_alpha.png │   │   │   │   │   │   └── [ 345] abc_spinner_mtrl_am_alpha.9.png │   │   │   │   │   ├── [4.0K] drawable-ldrtl-mdpi-v17 │   │   │   │   │   │   ├── [ 127] abc_ic_menu_copy_mtrl_am_alpha.png │   │   │   │   │   │   ├── [ 253] abc_ic_menu_cut_mtrl_alpha.png │   │   │   │   │   │   └── [ 318] abc_spinner_mtrl_am_alpha.9.png │   │   │   │   │   ├── [4.0K] drawable-ldrtl-xhdpi-v17 │   │   │   │   │   │   ├── [ 178] abc_ic_menu_copy_mtrl_am_alpha.png │   │   │   │   │   │   ├── [ 494] abc_ic_menu_cut_mtrl_alpha.png │   │   │   │   │   │   └── [ 417] abc_spinner_mtrl_am_alpha.9.png │   │   │   │   │   ├── [4.0K] drawable-ldrtl-xxhdpi-v17 │   │   │   │   │   │   ├── [ 260] abc_ic_menu_copy_mtrl_am_alpha.png │   │   │   │   │   │   ├── [ 705] abc_ic_menu_cut_mtrl_alpha.png │   │   │   │   │   │   └── [ 525] abc_spinner_mtrl_am_alpha.9.png │   │   │   │   │   ├── [4.0K] drawable-ldrtl-xxxhdpi-v17 │   │   │   │   │   │   ├── [ 325] abc_ic_menu_copy_mtrl_am_alpha.png │   │   │   │   │   │   ├── [ 905] abc_ic_menu_cut_mtrl_alpha.png │   │   │   │   │   │   └── [ 437] abc_spinner_mtrl_am_alpha.9.png │   │   │   │   │   ├── [4.0K] drawable-mdpi-v4 │   │   │   │   │   │   ├── [ 267] abc_ab_share_pack_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 214] abc_btn_check_to_on_mtrl_000.png │   │   │   │   │   │   ├── [ 321] abc_btn_check_to_on_mtrl_015.png │   │   │   │   │   │   ├── [ 324] abc_btn_radio_to_on_mtrl_000.png │   │   │   │   │   │   ├── [ 356] abc_btn_radio_to_on_mtrl_015.png │   │   │   │   │   │   ├── [ 754] abc_btn_switch_to_on_mtrl_00001.9.png │   │   │   │   │   │   ├── [ 825] abc_btn_switch_to_on_mtrl_00012.9.png │   │   │   │   │   │   ├── [ 216] abc_cab_background_top_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 173] abc_ic_commit_search_api_mtrl_alpha.png │   │   │   │   │   │   ├── [ 133] abc_ic_menu_copy_mtrl_am_alpha.png │   │   │   │   │   │   ├── [ 251] abc_ic_menu_cut_mtrl_alpha.png │   │   │   │   │   │   ├── [ 152] abc_ic_menu_paste_mtrl_am_alpha.png │   │   │   │   │   │   ├── [ 139] abc_ic_menu_selectall_mtrl_alpha.png │   │   │   │   │   │   ├── [ 270] abc_ic_menu_share_mtrl_alpha.png │   │   │   │   │   │   ├── [ 193] abc_ic_star_black_16dp.png │   │   │   │   │   │   ├── [ 364] abc_ic_star_black_36dp.png │   │   │   │   │   │   ├── [ 467] abc_ic_star_black_48dp.png │   │   │   │   │   │   ├── [ 146] abc_ic_star_half_black_16dp.png │   │   │   │   │   │   ├── [ 253] abc_ic_star_half_black_36dp.png │   │   │   │   │   │   ├── [ 310] abc_ic_star_half_black_48dp.png │   │   │   │   │   │   ├── [ 167] abc_list_divider_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 222] abc_list_focused_holo.9.png │   │   │   │   │   │   ├── [ 211] abc_list_longpressed_holo.9.png │   │   │   │   │   │   ├── [ 207] abc_list_pressed_holo_dark.9.png │   │   │   │   │   │   ├── [ 207] abc_list_pressed_holo_light.9.png │   │   │   │   │   │   ├── [ 217] abc_list_selector_disabled_holo_dark.9.png │   │   │   │   │   │   ├── [ 217] abc_list_selector_disabled_holo_light.9.png │   │   │   │   │   │   ├── [ 541] abc_menu_hardkey_panel_mtrl_mult.9.png │   │   │   │   │   │   ├── [ 776] abc_popup_background_mtrl_mult.9.png │   │   │   │   │   │   ├── [ 159] abc_scrubber_control_off_mtrl_alpha.png │   │   │   │   │   │   ├── [ 145] abc_scrubber_control_to_pressed_mtrl_000.png │   │   │   │   │   │   ├── [ 197] abc_scrubber_control_to_pressed_mtrl_005.png │   │   │   │   │   │   ├── [ 203] abc_scrubber_primary_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 194] abc_scrubber_track_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 327] abc_spinner_mtrl_am_alpha.9.png │   │   │   │   │   │   ├── [ 395] abc_switch_track_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 186] abc_tab_indicator_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 181] abc_textfield_activated_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 178] abc_textfield_default_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 178] abc_textfield_search_activated_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 178] abc_textfield_search_default_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 203] abc_text_select_handle_left_mtrl_dark.png │   │   │   │   │   │   ├── [ 203] abc_text_select_handle_left_mtrl_light.png │   │   │   │   │   │   ├── [ 311] abc_text_select_handle_middle_mtrl_dark.png │   │   │   │   │   │   ├── [ 310] abc_text_select_handle_middle_mtrl_light.png │   │   │   │   │   │   ├── [ 187] abc_text_select_handle_right_mtrl_dark.png │   │   │   │   │   │   ├── [ 186] abc_text_select_handle_right_mtrl_light.png │   │   │   │   │   │   ├── [ 231] ic_launcher_background.png │   │   │   │   │   │   ├── [ 215] notification_bg_low_normal.9.png │   │   │   │   │   │   ├── [ 223] notification_bg_low_pressed.9.png │   │   │   │   │   │   ├── [ 215] notification_bg_normal.9.png │   │   │   │   │   │   ├── [ 223] notification_bg_normal_pressed.9.png │   │   │   │   │   │   └── [ 98] notify_panel_notification_icon_bg.png │   │   │   │   │   ├── [4.0K] drawable-v21 │   │   │   │   │   │   ├── [ 264] abc_action_bar_item_background_material.xml │   │   │   │   │   │   ├── [1.7K] abc_btn_colored_material.xml │   │   │   │   │   │   ├── [ 716] abc_dialog_material_background.xml │   │   │   │   │   │   ├── [1.1K] abc_edit_text_material.xml │   │   │   │   │   │   ├── [ 516] abc_list_divider_material.xml │   │   │   │   │   │   ├── [ 704] abc_ratingbar_indicator_material.xml │   │   │   │   │   │   ├── [ 704] abc_ratingbar_material.xml │   │   │   │   │   │   ├── [ 704] abc_ratingbar_small_material.xml │   │   │   │   │   │   └── [1.2K] notification_action_background.xml │   │   │   │   │   ├── [4.0K] drawable-v23 │   │   │   │   │   │   └── [ 304] abc_control_background_material.xml │   │   │   │   │   ├── [4.0K] drawable-v24 │   │   │   │   │   │   ├── [ 788] $ic_launcher_foreground__0.xml │   │   │   │   │   │   └── [1.5K] ic_launcher_foreground.xml │   │   │   │   │   ├── [4.0K] drawable-watch-v20 │   │   │   │   │   │   └── [ 372] abc_dialog_material_background.xml │   │   │   │   │   ├── [4.0K] drawable-xhdpi-v4 │   │   │   │   │   │   ├── [ 280] abc_ab_share_pack_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 281] abc_btn_check_to_on_mtrl_000.png │   │   │   │   │   │   ├── [ 432] abc_btn_check_to_on_mtrl_015.png │   │   │   │   │   │   ├── [ 651] abc_btn_radio_to_on_mtrl_000.png │   │   │   │   │   │   ├── [ 785] abc_btn_radio_to_on_mtrl_015.png │   │   │   │   │   │   ├── [1.5K] abc_btn_switch_to_on_mtrl_00001.9.png │   │   │   │   │   │   ├── [1.7K] abc_btn_switch_to_on_mtrl_00012.9.png │   │   │   │   │   │   ├── [ 229] abc_cab_background_top_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 228] abc_ic_commit_search_api_mtrl_alpha.png │   │   │   │   │   │   ├── [ 178] abc_ic_menu_copy_mtrl_am_alpha.png │   │   │   │   │   │   ├── [ 492] abc_ic_menu_cut_mtrl_alpha.png │   │   │   │   │   │   ├── [ 243] abc_ic_menu_paste_mtrl_am_alpha.png │   │   │   │   │   │   ├── [ 183] abc_ic_menu_selectall_mtrl_alpha.png │   │   │   │   │   │   ├── [ 480] abc_ic_menu_share_mtrl_alpha.png │   │   │   │   │   │   ├── [ 333] abc_ic_star_black_16dp.png │   │   │   │   │   │   ├── [ 652] abc_ic_star_black_36dp.png │   │   │   │   │   │   ├── [ 887] abc_ic_star_black_48dp.png │   │   │   │   │   │   ├── [ 235] abc_ic_star_half_black_16dp.png │   │   │   │   │   │   ├── [ 421] abc_ic_star_half_black_36dp.png │   │   │   │   │   │   ├── [ 548] abc_ic_star_half_black_48dp.png │   │   │   │   │   │   ├── [ 167] abc_list_divider_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 244] abc_list_focused_holo.9.png │   │   │   │   │   │   ├── [ 214] abc_list_longpressed_holo.9.png │   │   │   │   │   │   ├── [ 209] abc_list_pressed_holo_dark.9.png │   │   │   │   │   │   ├── [ 209] abc_list_pressed_holo_light.9.png │   │   │   │   │   │   ├── [ 236] abc_list_selector_disabled_holo_dark.9.png │   │   │   │   │   │   ├── [ 235] abc_list_selector_disabled_holo_light.9.png │   │   │   │   │   │   ├── [ 966] abc_menu_hardkey_panel_mtrl_mult.9.png │   │   │   │   │   │   ├── [1.5K] abc_popup_background_mtrl_mult.9.png │   │   │   │   │   │   ├── [ 267] abc_scrubber_control_off_mtrl_alpha.png │   │   │   │   │   │   ├── [ 267] abc_scrubber_control_to_pressed_mtrl_000.png │   │   │   │   │   │   ├── [ 391] abc_scrubber_control_to_pressed_mtrl_005.png │   │   │   │   │   │   ├── [ 208] abc_scrubber_primary_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 198] abc_scrubber_track_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 448] abc_spinner_mtrl_am_alpha.9.png │   │   │   │   │   │   ├── [ 618] abc_switch_track_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 194] abc_tab_indicator_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 189] abc_textfield_activated_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 187] abc_textfield_default_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 184] abc_textfield_search_activated_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 182] abc_textfield_search_default_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 336] abc_text_select_handle_left_mtrl_dark.png │   │   │   │   │   │   ├── [ 335] abc_text_select_handle_left_mtrl_light.png │   │   │   │   │   │   ├── [ 583] abc_text_select_handle_middle_mtrl_dark.png │   │   │   │   │   │   ├── [ 585] abc_text_select_handle_middle_mtrl_light.png │   │   │   │   │   │   ├── [ 319] abc_text_select_handle_right_mtrl_dark.png │   │   │   │   │   │   ├── [ 318] abc_text_select_handle_right_mtrl_light.png │   │   │   │   │   │   ├── [ 493] ic_launcher_background.png │   │   │   │   │   │   ├── [ 221] notification_bg_low_normal.9.png │   │   │   │   │   │   ├── [ 252] notification_bg_low_pressed.9.png │   │   │   │   │   │   ├── [ 221] notification_bg_normal.9.png │   │   │   │   │   │   ├── [ 247] notification_bg_normal_pressed.9.png │   │   │   │   │   │   └── [ 138] notify_panel_notification_icon_bg.png │   │   │   │   │   ├── [4.0K] drawable-xxhdpi-v4 │   │   │   │   │   │   ├── [ 286] abc_ab_share_pack_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 307] abc_btn_check_to_on_mtrl_000.png │   │   │   │   │   │   ├── [ 593] abc_btn_check_to_on_mtrl_015.png │   │   │   │   │   │   ├── [ 984] abc_btn_radio_to_on_mtrl_000.png │   │   │   │   │   │   ├── [1.2K] abc_btn_radio_to_on_mtrl_015.png │   │   │   │   │   │   ├── [2.4K] abc_btn_switch_to_on_mtrl_00001.9.png │   │   │   │   │   │   ├── [2.8K] abc_btn_switch_to_on_mtrl_00012.9.png │   │   │   │   │   │   ├── [ 237] abc_cab_background_top_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 224] abc_ic_commit_search_api_mtrl_alpha.png │   │   │   │   │   │   ├── [ 263] abc_ic_menu_copy_mtrl_am_alpha.png │   │   │   │   │   │   ├── [ 710] abc_ic_menu_cut_mtrl_alpha.png │   │   │   │   │   │   ├── [ 348] abc_ic_menu_paste_mtrl_am_alpha.png │   │   │   │   │   │   ├── [ 262] abc_ic_menu_selectall_mtrl_alpha.png │   │   │   │   │   │   ├── [ 700] abc_ic_menu_share_mtrl_alpha.png │   │   │   │   │   │   ├── [ 459] abc_ic_star_black_16dp.png │   │   │   │   │   │   ├── [ 983] abc_ic_star_black_36dp.png │   │   │   │   │   │   ├── [1.3K] abc_ic_star_black_48dp.png │   │   │   │   │   │   ├── [ 309] abc_ic_star_half_black_16dp.png │   │   │   │   │   │   ├── [ 577] abc_ic_star_half_black_36dp.png │   │   │   │   │   │   ├── [ 789] abc_ic_star_half_black_48dp.png │   │   │   │   │   │   ├── [ 171] abc_list_divider_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 245] abc_list_focused_holo.9.png │   │   │   │   │   │   ├── [ 221] abc_list_longpressed_holo.9.png │   │   │   │   │   │   ├── [ 212] abc_list_pressed_holo_dark.9.png │   │   │   │   │   │   ├── [ 212] abc_list_pressed_holo_light.9.png │   │   │   │   │   │   ├── [ 260] abc_list_selector_disabled_holo_dark.9.png │   │   │   │   │   │   ├── [ 258] abc_list_selector_disabled_holo_light.9.png │   │   │   │   │   │   ├── [1.7K] abc_menu_hardkey_panel_mtrl_mult.9.png │   │   │   │   │   │   ├── [2.3K] abc_popup_background_mtrl_mult.9.png │   │   │   │   │   │   ├── [ 322] abc_scrubber_control_off_mtrl_alpha.png │   │   │   │   │   │   ├── [ 403] abc_scrubber_control_to_pressed_mtrl_000.png │   │   │   │   │   │   ├── [ 595] abc_scrubber_control_to_pressed_mtrl_005.png │   │   │   │   │   │   ├── [ 210] abc_scrubber_primary_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 207] abc_scrubber_track_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 524] abc_spinner_mtrl_am_alpha.9.png │   │   │   │   │   │   ├── [ 851] abc_switch_track_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 204] abc_tab_indicator_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 199] abc_textfield_activated_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 200] abc_textfield_default_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 187] abc_textfield_search_activated_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 186] abc_textfield_search_default_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 420] abc_text_select_handle_left_mtrl_dark.png │   │   │   │   │   │   ├── [ 420] abc_text_select_handle_left_mtrl_light.png │   │   │   │   │   │   ├── [ 752] abc_text_select_handle_middle_mtrl_dark.png │   │   │   │   │   │   ├── [ 753] abc_text_select_handle_middle_mtrl_light.png │   │   │   │   │   │   ├── [ 422] abc_text_select_handle_right_mtrl_dark.png │   │   │   │   │   │   ├── [ 422] abc_text_select_handle_right_mtrl_light.png │   │   │   │   │   │   └── [ 793] ic_launcher_background.png │   │   │   │   │   ├── [4.0K] drawable-xxxhdpi-v4 │   │   │   │   │   │   ├── [ 275] abc_btn_check_to_on_mtrl_000.png │   │   │   │   │   │   ├── [ 476] abc_btn_check_to_on_mtrl_015.png │   │   │   │   │   │   ├── [ 785] abc_btn_radio_to_on_mtrl_000.png │   │   │   │   │   │   ├── [ 946] abc_btn_radio_to_on_mtrl_015.png │   │   │   │   │   │   ├── [2.4K] abc_btn_switch_to_on_mtrl_00001.9.png │   │   │   │   │   │   ├── [2.8K] abc_btn_switch_to_on_mtrl_00012.9.png │   │   │   │   │   │   ├── [ 327] abc_ic_menu_copy_mtrl_am_alpha.png │   │   │   │   │   │   ├── [ 910] abc_ic_menu_cut_mtrl_alpha.png │   │   │   │   │   │   ├── [ 461] abc_ic_menu_paste_mtrl_am_alpha.png │   │   │   │   │   │   ├── [ 305] abc_ic_menu_selectall_mtrl_alpha.png │   │   │   │   │   │   ├── [ 899] abc_ic_menu_share_mtrl_alpha.png │   │   │   │   │   │   ├── [ 599] abc_ic_star_black_16dp.png │   │   │   │   │   │   ├── [1.2K] abc_ic_star_black_36dp.png │   │   │   │   │   │   ├── [1.6K] abc_ic_star_black_48dp.png │   │   │   │   │   │   ├── [ 376] abc_ic_star_half_black_16dp.png │   │   │   │   │   │   ├── [ 760] abc_ic_star_half_black_36dp.png │   │   │   │   │   │   ├── [ 991] abc_ic_star_half_black_48dp.png │   │   │   │   │   │   ├── [ 415] abc_scrubber_control_to_pressed_mtrl_000.png │   │   │   │   │   │   ├── [ 631] abc_scrubber_control_to_pressed_mtrl_005.png │   │   │   │   │   │   ├── [ 430] abc_spinner_mtrl_am_alpha.9.png │   │   │   │   │   │   ├── [ 813] abc_switch_track_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 202] abc_tab_indicator_mtrl_alpha.9.png │   │   │   │   │   │   ├── [ 513] abc_text_select_handle_left_mtrl_dark.png │   │   │   │   │   │   ├── [ 513] abc_text_select_handle_left_mtrl_light.png │   │   │   │   │   │   ├── [ 513] abc_text_select_handle_right_mtrl_dark.png │   │   │   │   │   │   ├── [ 513] abc_text_select_handle_right_mtrl_light.png │   │   │   │   │   │   └── [1.2K] ic_launcher_background.png │   │   │   │   │   ├── [4.0K] interpolator │   │   │   │   │   │   ├── [ 316] btn_checkbox_checked_mtrl_animation_interpolator_0.xml │   │   │   │   │   │   ├── [ 328] btn_checkbox_checked_mtrl_animation_interpolator_1.xml │   │   │   │   │   │   ├── [ 316] btn_checkbox_unchecked_mtrl_animation_interpolator_0.xml │   │   │   │   │   │   ├── [ 328] btn_checkbox_unchecked_mtrl_animation_interpolator_1.xml │   │   │   │   │   │   ├── [ 320] btn_radio_to_off_mtrl_animation_interpolator_0.xml │   │   │   │   │   │   ├── [ 320] btn_radio_to_on_mtrl_animation_interpolator_0.xml │   │   │   │   │   │   └── [ 400] fast_out_slow_in.xml │   │   │   │   │   ├── [4.0K] layout │   │   │   │   │   │   ├── [ 872] abc_action_bar_title_item.xml │   │   │   │   │   │   ├── [ 440] abc_action_bar_up_container.xml │   │   │   │   │   │   ├── [ 768] abc_action_menu_item_layout.xml │   │   │   │   │   │   ├── [ 576] abc_action_menu_layout.xml │   │   │   │   │   │   ├── [ 464] abc_action_mode_bar.xml │   │   │   │   │   │   ├── [ 748] abc_action_mode_close_item_material.xml │   │   │   │   │   │   ├── [1.3K] abc_activity_chooser_view_list_item.xml │   │   │   │   │   │   ├── [1.6K] abc_activity_chooser_view.xml │   │   │   │   │   │   ├── [1.5K] abc_alert_dialog_button_bar_material.xml │   │   │   │   │   │   ├── [2.4K] abc_alert_dialog_material.xml │   │   │   │   │   │   ├── [1.4K] abc_alert_dialog_title_material.xml │   │   │   │   │   │   ├── [1.8K] abc_cascading_menu_item_layout.xml │   │   │   │   │   │   ├── [1.0K] abc_dialog_title_material.xml │   │   │   │   │   │   ├── [ 388] abc_expanded_menu_layout.xml │   │   │   │   │   │   ├── [ 528] abc_list_menu_item_checkbox.xml │   │   │   │   │   │   ├── [ 684] abc_list_menu_item_icon.xml │   │   │   │   │   │   ├── [1.4K] abc_list_menu_item_layout.xml │   │   │   │   │   │   ├── [ 532] abc_list_menu_item_radio.xml │   │   │   │   │   │   ├── [ 804] abc_popup_menu_header_item_layout.xml │   │   │   │   │   │   ├── [2.0K] abc_popup_menu_item_layout.xml │   │   │   │   │   │   ├── [ 548] abc_screen_content_include.xml │   │   │   │   │   │   ├── [ 792] abc_screen_simple_overlay_action_mode.xml │   │   │   │   │   │   ├── [ 832] abc_screen_simple.xml │   │   │   │   │   │   ├── [1.4K] abc_screen_toolbar.xml │   │   │   │   │   │   ├── [1.9K] abc_search_dropdown_item_icons_2line.xml │   │   │   │   │   │   ├── [3.3K] abc_search_view.xml │   │   │   │   │   │   ├── [ 976] abc_select_dialog_material.xml │   │   │   │   │   │   ├── [ 972] abc_tooltip.xml │   │   │   │   │   │   ├── [ 912] activity_main.xml │   │   │   │   │   │   ├── [ 612] custom_dialog.xml │   │   │   │   │   │   ├── [1.2K] notification_action_tombstone.xml │   │   │   │   │   │   ├── [1.1K] notification_action.xml │   │   │   │   │   │   ├── [ 392] notification_template_icon_group.xml │   │   │   │   │   │   ├── [ 440] notification_template_part_chronometer.xml │   │   │   │   │   │   ├── [ 440] notification_template_part_time.xml │   │   │   │   │   │   ├── [ 640] select_dialog_item_material.xml │   │   │   │   │   │   ├── [ 780] select_dialog_multichoice_material.xml │   │   │   │   │   │   ├── [ 780] select_dialog_singlechoice_material.xml │   │   │   │   │   │   └── [ 464] support_simple_spinner_dropdown_item.xml │   │   │   │   │   ├── [4.0K] layout-v16 │   │   │   │   │   │   └── [2.9K] notification_template_custom_big.xml │   │   │   │   │   ├── [4.0K] layout-v17 │   │   │   │   │   │   ├── [ 840] abc_action_mode_close_item_material.xml │   │   │   │   │   │   ├── [1.5K] abc_alert_dialog_button_bar_material.xml │   │   │   │   │   │   ├── [1.5K] abc_alert_dialog_title_material.xml │   │   │   │   │   │   ├── [1.1K] abc_dialog_title_material.xml │   │   │   │   │   │   ├── [ 848] abc_popup_menu_header_item_layout.xml │   │   │   │   │   │   ├── [3.4K] abc_search_view.xml │   │   │   │   │   │   ├── [1020] abc_select_dialog_material.xml │   │   │   │   │   │   ├── [1.0K] abc_tooltip.xml │   │   │   │   │   │   ├── [1.3K] notification_action_tombstone.xml │   │   │   │   │   │   ├── [1.1K] notification_action.xml │   │   │   │   │   │   ├── [3.1K] notification_template_custom_big.xml │   │   │   │   │   │   ├── [ 864] select_dialog_multichoice_material.xml │   │   │   │   │   │   └── [ 864] select_dialog_singlechoice_material.xml │   │   │   │   │   ├── [4.0K] layout-v21 │   │   │   │   │   │   ├── [1.5K] abc_screen_toolbar.xml │   │   │   │   │   │   ├── [1.2K] notification_action_tombstone.xml │   │   │   │   │   │   ├── [1.0K] notification_action.xml │   │   │   │   │   │   ├── [2.4K] notification_template_custom_big.xml │   │   │   │   │   │   └── [ 988] notification_template_icon_group.xml │   │   │   │   │   ├── [4.0K] layout-v22 │   │   │   │   │   │   └── [1.5K] abc_alert_dialog_button_bar_material.xml │   │   │   │   │   ├── [4.0K] layout-v26 │   │   │   │   │   │   └── [1.5K] abc_screen_toolbar.xml │   │   │   │   │   ├── [4.0K] layout-watch-v20 │   │   │   │   │   │   ├── [1.2K] abc_alert_dialog_button_bar_material.xml │   │   │   │   │   │   └── [1.3K] abc_alert_dialog_title_material.xml │   │   │   │   │   ├── [4.0K] mipmap-anydpi-v26 │   │   │   │   │   │   ├── [ 448] ic_launcher_round.xml │   │   │   │   │   │   └── [ 448] ic_launcher.xml │   │   │   │   │   ├── [4.0K] mipmap-hdpi-v4 │   │   │   │   │   │   ├── [3.3K] ic_launcher.png │   │   │   │   │   │   └── [5.2K] ic_launcher_round.png │   │   │   │   │   ├── [4.0K] mipmap-mdpi-v4 │   │   │   │   │   │   ├── [2.5K] ic_launcher.png │   │   │   │   │   │   └── [3.3K] ic_launcher_round.png │   │   │   │   │   ├── [4.0K] mipmap-xhdpi-v4 │   │   │   │   │   │   ├── [4.5K] ic_launcher.png │   │   │   │   │   │   └── [7.3K] ic_launcher_round.png │   │   │   │   │   ├── [4.0K] mipmap-xxhdpi-v4 │   │   │   │   │   │   ├── [7.1K] ic_launcher.png │   │   │   │   │   │   └── [ 12K] ic_launcher_round.png │   │   │   │   │   └── [4.0K] mipmap-xxxhdpi-v4 │   │   │   │   │   ├── [9.4K] ic_launcher.png │   │   │   │   │   └── [ 16K] ic_launcher_round.png │   │   │   │   └── [275K] resources.arsc │   │   │   ├── [1.6M] app-release.apk │   │   │   └── [ 372] output-metadata.json │   │   └── [4.0K] src │   │   ├── [4.0K] androidTest │   │   │   └── [4.0K] java │   │   │   └── [4.0K] com │   │   │   └── [4.0K] example │   │   │   └── [4.0K] janusapp │   │   │   └── [ 754] ExampleInstrumentedTest.java │   │   ├── [4.0K] main │   │   │   ├── [ 714] AndroidManifest.xml │   │   │   ├── [4.0K] java │   │   │   │   └── [4.0K] com │   │   │   │   └── [4.0K] example │   │   │   │   └── [4.0K] janusapp │   │   │   │   └── [ 930] MainActivity.java │   │   │   └── [4.0K] res │   │   │   ├── [4.0K] drawable │   │   │   │   └── [5.5K] ic_launcher_background.xml │   │   │   ├── [4.0K] drawable-v24 │   │   │   │   └── [1.7K] ic_launcher_foreground.xml │   │   │   ├── [4.0K] layout │   │   │   │   └── [ 811] activity_main.xml │   │   │   ├── [4.0K] mipmap-anydpi-v26 │   │   │   │   ├── [ 272] ic_launcher_round.xml │   │   │   │   └── [ 272] ic_launcher.xml │   │   │   ├── [4.0K] mipmap-hdpi │   │   │   │   ├── [3.5K] ic_launcher.png │   │   │   │   └── [5.2K] ic_launcher_round.png │   │   │   ├── [4.0K] mipmap-mdpi │   │   │   │   ├── [2.6K] ic_launcher.png │   │   │   │   └── [3.3K] ic_launcher_round.png │   │   │   ├── [4.0K] mipmap-xhdpi │   │   │   │   ├── [4.8K] ic_launcher.png │   │   │   │   └── [7.3K] ic_launcher_round.png │   │   │   ├── [4.0K] mipmap-xxhdpi │   │   │   │   ├── [7.7K] ic_launcher.png │   │   │   │   └── [ 12K] ic_launcher_round.png │   │   │   ├── [4.0K] mipmap-xxxhdpi │   │   │   │   ├── [ 10K] ic_launcher.png │   │   │   │   └── [ 16K] ic_launcher_round.png │   │   │   └── [4.0K] values │   │   │   ├── [ 207] colors.xml │   │   │   ├── [ 70] strings.xml │   │   │   └── [ 381] styles.xml │   │   └── [4.0K] test │   │   └── [4.0K] java │   │   └── [4.0K] com │   │   └── [4.0K] example │   │   └── [4.0K] janusapp │   │   └── [ 381] ExampleUnitTest.java │   ├── [ 530] build.gradle │   ├── [4.0K] gradle │   │   └── [4.0K] wrapper │   │   ├── [ 53K] gradle-wrapper.jar │   │   └── [ 232] gradle-wrapper.properties │   ├── [1.0K] gradle.properties │   ├── [5.2K] gradlew │   ├── [2.2K] gradlew.bat │   └── [ 44] settings.gradle ├── [4.7K] Janus.jar ├── [1.3K] janus.py ├── [2.4K] README.md └── [3.8M] target.apk 172 directories, 2103 files
神龙机器人已为您缓存
备注
    1. 建议优先通过来源进行访问。
    2. 如果因为来源失效或无法访问,请发送邮箱到 f.jinxu#gmail.com 索取本地快照(把 # 换成 @)。
    3. 神龙已为您对POC代码进行快照,为了长期维护,请考虑为本地POC付费,感谢您的支持。