Android Hidden API backward compatibility -
i building app our lab experiment (no intentions of releasing on google play). app requires use of android's hidden api. found app on google play store doing similar stuff using hidden apis.
the app has min , target sdk versions set 3 , 7 respectively. however, when tried app on emulater (avd running api 18) app still works.
however, when used hidden apis (in app) came know 1 of api has been discarded. confused how come app still working. if android maintaining backward compatibility (even hidden apis), there way can make use of it?
i built appl against api 7 , tested on avd running api 7 , worked. took apk file (from bin folder) , deployed on avd running latest api (18) didn't work.
can please give me pointers on how can make app work on latest api?
thanks!
Comments
Post a Comment