Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 04c57241 authored by Jaikumar Ganesh's avatar Jaikumar Ganesh Committed by Android Git Automerger
Browse files

am b4f8dc1d: am 0e8daef8: Merge "Update BT folder icon." into gingerbread

Merge commit 'b4f8dc1d'

* commit 'b4f8dc1d':
  Update BT folder icon.
parents 44efe9c3 b4f8dc1d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -56,7 +56,8 @@ public class BluetoothOppLiveFolder extends Activity {

        if (LiveFolders.ACTION_CREATE_LIVE_FOLDER.equals(action)) {
            setResult(RESULT_OK, createLiveFolder(this, CONTENT_URI, this
                    .getString(R.string.btopp_live_folder), R.drawable.bt_share));
                    .getString(R.string.btopp_live_folder),
                    R.drawable.ic_launcher_folder_bluetooth));
        } else {
            setResult(RESULT_CANCELED);
        }