Add android.settings.DEVICE_INFO_SETTINGS.
Allows apps to jump straight to the DeviceInfoSettings Activity.
This commit is contained in:
@@ -294,6 +294,7 @@
|
||||
>
|
||||
<intent-filter>
|
||||
<action android:name="android.intent.action.MAIN" />
|
||||
<action android:name="android.settings.DEVICE_INFO_SETTINGS" />
|
||||
<category android:name="android.intent.category.DEFAULT" />
|
||||
<category android:name="android.intent.category.VOICE_LAUNCH" />
|
||||
</intent-filter>
|
||||
|
||||
Reference in New Issue
Block a user