add virtual controller configuration screen

This commit is contained in:
Karim Mreisi
2015-01-22 08:59:55 +01:00
parent 56a6cee8f2
commit e39e0910a1
7 changed files with 206 additions and 46 deletions

View File

@@ -20,6 +20,7 @@ import com.limelight.utils.UiHelper;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.preference.Preference;
import android.view.ContextMenu;
import android.view.Menu;
import android.view.MenuItem;
@@ -54,8 +55,8 @@ public class AppView extends Activity {
setContentView(R.layout.activity_app_view);
UiHelper.notifyNewRootView(this);
byte[] address = getIntent().getByteArrayExtra(ADDRESS_EXTRA);
byte[] address = getIntent().getByteArrayExtra(ADDRESS_EXTRA);
uniqueId = getIntent().getStringExtra(UNIQUEID_EXTRA);
remote = getIntent().getBooleanExtra(REMOTE_EXTRA, false);
if (address == null || uniqueId == null) {