Merge "Handle the Settings.DEVICE_NAME_SETTINGS intent."

This commit is contained in:
TreeHugger Robot
2018-02-01 18:24:51 +00:00
committed by Android (Google) Code Review

View File

@@ -1013,6 +1013,7 @@
android:parentActivityName="Settings">
<intent-filter android:priority="1">
<action android:name="android.settings.DEVICE_INFO_SETTINGS" />
<action android:name="android.settings.DEVICE_NAME" />
<category android:name="android.intent.category.DEFAULT" />
</intent-filter>
<intent-filter>