OSDN Git Service

[CMFileManager] The remember selection don't work when open a file
authorkai.cao <kai.cao@ck-telecom.com>
Thu, 16 Apr 2015 02:15:45 +0000 (10:15 +0800)
committerGerrit Code Review <gerrit@cyanogenmod.org>
Wed, 20 May 2015 22:11:58 +0000 (22:11 +0000)
commit0c06f5c179fe530730d20067cb83726741bc429d
tree1be60c4465191cf649a74d313dd095affeb10e1e
parent835447a2ac938f1a8a68e2539f63cd004acb5a6a
[CMFileManager] The remember selection don't work when open a file

Preconditions
the system have two Activity have the same package name and the two activity receive the same action(Such as MediaPlaybackActivity and AudioPreview in "om.android.music"

Procedures
1.Go into Music directory,open a mp3 file.
2.select remember selection in music(this is MediaPlaybackActivity).
3.back to filemanager,and open the file again.

The file open as AudioPreview,it should open as MediaPlaybackActivity.

Change-Id: I58469b0bf5bece221fdec8be8f2368c8c157a0fb
src/com/cyanogenmod/filemanager/ui/policy/IntentsActionPolicy.java [changed mode: 0644->0755]