Search in sources :

Example 1 with ShortcutPickHelper

use of com.aicp.extras.ShortcutPickHelper in project packages_apps_AicpExtras by AICP.

the class ActionFragment method onCreate.

@Override
public void onCreate(Bundle icicle) {
    super.onCreate(icicle);
    if (icicle != null) {
        String holderTag = icicle.getString(KEY_FOCUSED_PREFERENCE);
        if (holderTag != null) {
            mHolderTag = holderTag;
        }
    }
    mPicker = new ShortcutPickHelper(getActivity(), this);
    mPrefHolder = new ArrayList<ActionPreference>();
}
Also used : ShortcutPickHelper(com.aicp.extras.ShortcutPickHelper) ActionPreference(com.aicp.extras.preference.ActionPreference)

Aggregations

ShortcutPickHelper (com.aicp.extras.ShortcutPickHelper)1 ActionPreference (com.aicp.extras.preference.ActionPreference)1