Skip to content

Commit

Permalink
fix the code style issues
Browse files Browse the repository at this point in the history
Change-Id: Icfadee334fddb1b54a16513f971b4ebfb30c0c01
  • Loading branch information
garth committed Oct 16, 2010
1 parent 7fbe160 commit 895770c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
<application android:icon="@drawable/ic_launcher_camera"
android:label="@string/camera_label"
android:taskAffinity=""
android:backupAgent="CameraBackupAgent">
android:backupAgent="Bluetooth.CameraBackupAgent">
<meta-data android:name="com.google.android.backup.api_key"
android:value="AEdPqrEAAAAI85IcCDWp9k7eNpJe4_pinqsKoMpNIKw6BGAElw" />
android:value="AEdPqrEAAAAI85IcCDWp9k7eNpJe4_pinqsKoMpNIKw6BGAElw" />
<receiver android:name="com.android.camera.CameraButtonIntentReceiver">
<intent-filter>
<action android:name="android.intent.action.CAMERA_BUTTON"/>
Expand Down
2 changes: 1 addition & 1 deletion src/com/android/camera/CameraBackupAgent.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ public class CameraBackupAgent extends BackupAgentHelper

public void onCreate () {
addHelper(SHARED_KEY, new SharedPreferencesBackupHelper(this,
CameraHolder.instance().getCameraNode()));
CameraHolder.instance().getCameraNode()));
}
}

0 comments on commit 895770c

Please sign in to comment.