Honeycomb没有将APP_DATA包传递给我的搜索结果活动

时间:2011-03-11 01:24:36

标签: android android-3.0-honeycomb

此代码适用于以前版本的Android,但不适用于3.0 Honeycomb:

public boolean onSearchRequested() {
    Bundle currentData = new Bundle();
    currentData.putLong(Folder.FOLDER_LUID, folderId);
    startSearch(lastSearchText, false, currentData, false);
    return true;
}

意图中的APP_DATA捆绑包不会传递给我的搜索结果活动。

是否可能需要执行一些新配置才能在意图中传递此数据?

0 个答案:

没有答案