Skip to content

Latest commit

 

History

History
28 lines (25 loc) · 358 Bytes

README.md

File metadata and controls

28 lines (25 loc) · 358 Bytes

#ResReader

Read the resource of Android framework and App by reflect

Avaliable resource types are:

  • array
  • bool
  • color
  • dimen
  • drawable
  • integer
  • layout
  • mipmap
  • string

Maybe supported later types:

  • anim
  • animator
  • attr
  • fraction
  • id
  • interpolator
  • menu
  • plurals
  • raw
  • style
  • transition
  • styleable