在此首選項屏幕中,用戶將設備從其帳戶中取消鏈接。目前我只是將它作爲Unlink設備,一旦用戶點擊它,就會發生斷開連接。在PreferenceScreen的首選項中添加TextView
但我想補充一段文字是這樣的:
喬Foo的設備([email protected]) - 取消設備
鋤頭我會做到這一點?我還需要從settingsActivity動態添加用戶名。
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
<Preference android:title="@string/pref_title_advanced_unlink" >
<TextView somehow must be in here
android:id="@id/user_name_and_email" />
<intent android:action="android.intent.action.VIEW"
android:targetPackage="com.example.tvrplayer"
android:targetClass="com.example.tvrplayer.UnlinkActivity"
android.setflags="FLAG_ACTIVITY_CLEAR_TOP"/>
</Preference>
</PreferenceScreen>
謝謝,第一個選項是簡單的餡餅!像魅力一樣工作 – Harry 2013-03-14 08:10:48