Skip to content

Commit

Permalink
camera: Fix backup agent name.
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperb1iss committed Oct 17, 2010
1 parent 895770c commit 9dd5e37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<application android:icon="@drawable/ic_launcher_camera"
android:label="@string/camera_label"
android:taskAffinity=""
android:backupAgent="Bluetooth.CameraBackupAgent">
android:backupAgent=".CameraBackupAgent">
<meta-data android:name="com.google.android.backup.api_key"
android:value="AEdPqrEAAAAI85IcCDWp9k7eNpJe4_pinqsKoMpNIKw6BGAElw" />
<receiver android:name="com.android.camera.CameraButtonIntentReceiver">
Expand Down

0 comments on commit 9dd5e37

Please sign in to comment.