JDNdeveloper / Off-By-One

CMPS 115 Project: Jayden Navarro, John Gemignani, Alex Gonzalez, Kevin Cheng, Josh Innis
0 stars 0 forks source link

Add Vibrate to Manifest #7

Closed agonza26 closed 9 years ago

agonza26 commented 9 years ago

In order to use the vibration feature, we need to add

for camera flash (might want to discuss whether or not we want this feature, I am a little confused as when a user would want their camera flash to be used as a notifier and it seems the most difficult to implement out of the Phone Class methods)

either this (found on http://developer.android.com/reference/android/hardware/Camera.html):

or this that I found on John's/Your ling (http://stackoverflow.com/questions/6068803/how-to-turn-on-camera-flash-light-programmatically-in-android) <permission android:name="android.permission.FLASHLIGHT" android:permissionGroup="android.permission-group.HARDWARE_CONTROLS" android:protectionLevel="normal" android:label="@string/permlab_flashlight" android:description="@string/permdesc_flashlight" />

and so far i havent found anything for the notification sounds yet, but if i find anything for the manifest ill post in on here