Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

android

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.

like image 652
m0s Avatar asked Feb 09 '11 22:02

m0s


1 Answers

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

like image 133
Gilead Avatar answered Oct 08 '22 02:10

Gilead