OSDN Git Service

SystemUI: Enable TunerActivity
authorLuK1337 <priv.luk@gmail.com>
Mon, 19 Sep 2016 15:27:59 +0000 (17:27 +0200)
committerLuK1337 <priv.luk@gmail.com>
Mon, 19 Sep 2016 15:27:59 +0000 (17:27 +0200)
* Fixes 'Status bar icons' link in CMParts.

Change-Id: If0a26ce58f845f122da78f1f5b7d071d699995dd

packages/SystemUI/AndroidManifest.xml

index f2aa540..83789be 100644 (file)
         </receiver>
 
         <activity android:name=".tuner.TunerActivity"
-                  android:enabled="false"
                   android:icon="@drawable/tuner"
                   android:theme="@style/TunerSettings"
                   android:label="@string/system_ui_tuner"