OSDN Git Service

systemui: Fix a few issues with Tuner
authorSteve Kondik <steve@cyngn.com>
Wed, 14 Sep 2016 12:08:02 +0000 (05:08 -0700)
committerSteve Kondik <steve@cyngn.com>
Wed, 14 Sep 2016 18:58:06 +0000 (11:58 -0700)
commit311db3cbfbf89bff9bea1133183c6d485b0656b0
tree45de9db55d0406f7f90b1b38961c299c7f9e5f27
parent3c8ce9798916735bd9a6825beac3e25bc530bb71
systemui: Fix a few issues with Tuner

 * Allow launching PreferenceScreens directly by setting the
   "tuner" extra to a valid key.
 * Remove the silly warning. There are no dragons here.
 * Move CM stuff to CM manifest.
 * Fix the ActionBar title when navigating.

Change-Id: Ideac31dbfd71d7c0aa7fc3c20395c24128c598fc
packages/SystemUI/AndroidManifest.xml
packages/SystemUI/AndroidManifest_cm.xml [new file with mode: 0644]
packages/SystemUI/src/com/android/systemui/tuner/TunerActivity.java
packages/SystemUI/src/com/android/systemui/tuner/TunerFragment.java