forked from len0rd/rockbox
Android: greatly simplify Android YesNo and KeyboardInput widgets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28513 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
988bdc1cc4
commit
c31a2f3bbb
7 changed files with 69 additions and 144 deletions
|
|
@ -19,14 +19,6 @@
|
|||
</intent-filter>
|
||||
</activity>
|
||||
|
||||
<activity android:name="KeyboardActivity"
|
||||
android:theme="@android:style/Theme.Dialog">
|
||||
</activity>
|
||||
|
||||
<activity android:name="YesnoActivity"
|
||||
android:theme="@android:style/Theme.Dialog">
|
||||
</activity>
|
||||
|
||||
<service android:name=".RockboxService"/>
|
||||
|
||||
<receiver android:name=".Helper.MediaButtonReceiver$MediaReceiver"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue