Show GPS status
com.eclipsim.gpsstatus.VIEW
Shows the status of the GPS receiver, including the signal strength and location of visible satellites.
The display grid is aligned using the built in compass. Additional info like location, speed, accuracy and acceleraion is also displayed. (only in GPS Status 1.4.2 and above)
Use
public void startShowGpsStatus() { Intent intent = new Intent("com.eclipsim.gpsstatus.VIEW"); if (intent.resolveActivity(getPackageManager()) != null) { startActivity(intent); } }
Example intent filter
<activity ...> <intent-filter> <action android:name="com.eclipsim.gpsstatus.VIEW" /> <category android:name="android.intent.category.DEFAULT" /> </intent-filter> </activity>
Apps Providing an Implementation
Search on Google Play, AppBrain, Amazon App store or similar (not yet available - please make this happen!)