forked from len0rd/rockbox
Android: Display a "Loading, please wait" dialog while we wait for the rockbox service to start
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28369 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
63da8c6875
commit
db2a8ffd30
2 changed files with 68 additions and 64 deletions
|
@ -31,6 +31,7 @@ import android.view.WindowManager;
|
|||
|
||||
public class RockboxActivity extends Activity
|
||||
{
|
||||
private ProgressDialog loadingdialog;
|
||||
/** Called when the activity is first created. */
|
||||
@Override
|
||||
public void onCreate(Bundle savedInstanceState)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue