아래와 같이 preperence 에서 intent acion 으로 activity 를 실행하려면?
action 에 xxx.class 를 입력하면 에러가 납니다. 어떻게 해야하나요?

<Preference
 
   
android:key="xxx" 
   
android:title="xxx" 
   
android:summary="xxx"> 
   
<intent android:action="xxx" > 
         
<extra android:name="xxx" android:value="xxx" /> 
   
</intent>         
 
</Preference>