2013-10-25 15:19:00 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
|
|
|
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<PreferenceCategory android:title="@string/Settings"/>
|
|
|
|
<PreferenceScreen android:key="account_settings"
|
2017-03-30 23:58:05 +00:00
|
|
|
android:title="@string/AccountSettings"
|
2013-10-25 15:19:00 +00:00
|
|
|
android:summary="">
|
|
|
|
<intent android:action="org.telegram.messenger.OPEN_ACCOUNT"
|
|
|
|
android:targetPackage="org.telegram.messenger"
|
|
|
|
android:targetClass="org.telegram.ui.LaunchActivity"/>
|
|
|
|
</PreferenceScreen>
|
|
|
|
</PreferenceScreen>
|