- Moved configuration of account's audio codecs to a new activity.
This commit is contained in:
@ -58,6 +58,12 @@
|
||||
android:configChanges="orientation|keyboardHidden|screenSize"
|
||||
android:label="@string/account" >
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".CodecsActivity"
|
||||
android:configChanges="orientation|keyboardHidden|screenSize"
|
||||
android:label="@string/codecs"
|
||||
android:parentActivityName=".AccountActivity" >
|
||||
</activity>
|
||||
<activity
|
||||
android:name=".ContactsActivity"
|
||||
android:configChanges="orientation|keyboardHidden|screenSize"
|
||||
|
||||
Reference in New Issue
Block a user