As i am trying to saparate the android app whether it is movable to SD or not by its menifest specified attribute such as installLocation. if it is "auto" or "preferExternal" then the given app is movable to SD else not. this is working fine. but the problem is that some app are displayed in movable app list because its menifest attribute is specified as above but in real this app are not movable. the same is happen with phone only list. e.g "Google play service" app is displayed in phone only list but it founds as Movable in real. ,"Kies air" app is displayed in movable list but in real i cant move it.there are also many other app. i do this by parsing the "Android menifest.xml"..also tried grepcode's "package info" class but i cant solve this problem ..
can u give me the particular way to saparate this kind of app effectively as same as "App2Sd" app in market???
Thanking You !..!..!!