Android App: TwinCam Reference
Even some of the simple flashlight apps have permission to make calls, and even take pics and video without your consent, access to contacts, etc, it just goes on and on.
When I look at some of the permissions on my new phone, it makes me cringe!
Need to add the BOOM reset procedure to it
Need to add the alarm chirp on/off
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_ST ORAGE" />
The INTERNET permission is for downloading the content and any subsequent updates, as well as to allow the app to open internet sites like hd.com
The WRITE_EXTERNAL_STORAGE permission is for the option to save content to the SD card instead of on the device directly.
In the future, I hope to produce a PRO version of the app, which will consist of whatever I can dream of as desirable features. The first I have identified is the ability to track and save your location as you drive around, and possibly allow you to send updates as a text message or email account as you desire.
Finalshot, thank you for the input of the 2 topics:
Need to add the BOOM reset procedure to it
Need to add the alarm chirp on/off
I will look into these.
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_ST ORAGE" />
The INTERNET permission is for downloading the content and any subsequent updates, as well as to allow the app to open internet sites like hd.com
The WRITE_EXTERNAL_STORAGE permission is for the option to save content to the SD card instead of on the device directly.
In the future, I hope to produce a PRO version of the app, which will consist of whatever I can dream of as desirable features. The first I have identified is the ability to track and save your location as you drive around, and possibly allow you to send updates as a text message or email account as you desire.
Finalshot, thank you for the input of the 2 topics:
Need to add the BOOM reset procedure to it
Need to add the alarm chirp on/off
I will look into these.

Take a look at the app called Ulysse Speedometer. I have used this a lot to track my rides and verify speed agains the gps. It has the ability to record your route and then email the gpx file. I then save them to Google earth and can view my ride. Here's an example:
The Best of Harley-Davidson for Lifelong Riders
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_ST ORAGE" />
The INTERNET permission is for downloading the content and any subsequent updates, as well as to allow the app to open internet sites like hd.com
The WRITE_EXTERNAL_STORAGE permission is for the option to save content to the SD card instead of on the device directly.
In the future, I hope to produce a PRO version of the app, which will consist of whatever I can dream of as desirable features. The first I have identified is the ability to track and save your location as you drive around, and possibly allow you to send updates as a text message or email account as you desire.
Finalshot, thank you for the input of the 2 topics:
Need to add the BOOM reset procedure to it
Need to add the alarm chirp on/off
I will look into these.
David












