[adbwifi] wireless debugging qstile long-press to WirelessDebuggingFragment.
Previously, long-pressing any developer options quick settings tiles redirects to the application info page for Settings app. The manifest change makes the long-press by default, go into the developer options page. Also, there's a check if the long-press came from the wireless debugging tile so it can launch the WirelessDebuggingFragment. Bug: 153275926 Test: Enable the wireless debugging qstile in developer options. Then long-press the wireless debugging tile, which should direct you to the WirelessDebuggingFragment. Also, enable any other qstile and long-press them. It should direct you to the developer options page instead of the application info page. Change-Id: Id495e5c978005c21d0f33b949d7c410100bf3cf5
This commit is contained in:
@@ -2010,6 +2010,7 @@
|
||||
<intent-filter android:priority="1">
|
||||
<action android:name="android.settings.APPLICATION_DEVELOPMENT_SETTINGS" />
|
||||
<action android:name="com.android.settings.APPLICATION_DEVELOPMENT_SETTINGS" />
|
||||
<action android:name="android.service.quicksettings.action.QS_TILE_PREFERENCES"/>
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
</intent-filter>
|
||||
<intent-filter>
|
||||
|
||||
Reference in New Issue
Block a user