Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有这个偏好
<PreferenceScreen android:key="myKey" android:title="myTitle"> </PreferenceScreen>
单击此首选项时如何打开应用程序?
你可以把
意图
偏好屏幕
<intent android:action="android.intent.action.MAIN" android:targetClass="[activity_name_here]" android:targetPackage="[package_name_here]" />