[android-developers] Re: How to enable the Camera Icon on Nexus 7
--- aosp.orig/packages/apps/Camera/src/com/android/camera/DisableCameraReceiver.java 2012-10-17 22:02:54.000000000 +0200
+++ aosp/packages/apps/Camera/src/com/android/camera/DisableCameraReceiver.java 2012-10-17 22:12:39.618708549 +0200
@@ -29,7 +29,7 @@ import android.util.Log;
// this receiver will be disabled, so it will not run again.
public class DisableCameraReceiver extends BroadcastReceiver {
private static final String TAG = "DisableCameraReceiver";
- private static final boolean CHECK_BACK_CAMERA_ONLY = true;
+ private static final boolean CHECK_BACK_CAMERA_ONLY = false;
private static final String ACTIVITIES[] = {
"com.android.camera.CameraLauncher",
};
--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home