Hi Android Newbie, To remove any hardware feature from Android you can remove that hardware related permission from the android.hardware.<http://androidxref.com/4.2.2_r1/xref/frameworks/native/data/etc/android.hardware.location.gps.xml> *.xml file in /frameworks/native/data/etc/ directory.
So in your case you can remove GPS support with removing: <feature *name=* "android.hardware.location.gps" /> from file: /frameworks/native/data/etc/android.hardware.location.gps.xml Hope that helps! Thanks, Shridutt Kothari Impetus Infotech Limited [email protected] -- -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting --- You received this message because you are subscribed to the Google Groups "android-porting" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
