0

is it possible to add edittext box in setting of android live wall paper ? and if yes then how to set it in the setting and retrieve it's value ?

Ravi Bhojani
  • 1,032
  • 1
  • 13
  • 24

1 Answers1

0

finally i got the ans. it simple

<EditTextPreference
        android:title="@string/settings_name"
        android:summary="@string/settings_name_summary"
        android:key="fn_name">
</EditTextPreference>

This will give edit text box in setting of lwp :)

Ravi Bhojani
  • 1,032
  • 1
  • 13
  • 24