Is it possible to use Android SDK methods with @hide annotation?

前端 未结 2 676
独厮守ぢ
独厮守ぢ 2020-12-11 15:35

Is it possible to use methods with @hide annotation without recompiling the sdk?

Note: I know I am not supposed to use this methods etc.

2条回答
  •  独厮守ぢ
    2020-12-11 15:56

    Yes it is, reflection solves a whole lot of problems... And good to know you know you're not supposed to use them :)

提交回复
热议问题