Add settings VR listener service.

Bug: 22855417
Bug: 26724891

- Adds a settings panel allowing users to toggle the
  enabled/disabled state of each VrListenerService
  component installed.
- If disabled, a VrListenerService will not be bound
  from the framework, even when requested by a VR
  application.

Change-Id: I606eb712c011d160b9fbdd3c0e8fd744c653ef07
This commit is contained in:
Ruben Brunk
2016-02-23 18:58:56 -08:00
parent 6e2b469651
commit e1c98ca821
10 changed files with 106 additions and 4 deletions

View File

@@ -35,6 +35,7 @@ import android.widget.LinearLayout;
import android.widget.TextView;
import com.android.settings.R;
import com.android.settings.utils.ServiceListing;
import java.lang.ref.WeakReference;
import java.text.Collator;