79584639

Date: 2025-04-21 12:38:22
Score: 1
Natty:
Report link


<intent-filter>
    <action android:name="android.intent.action.VIEW"/>

    <category android:name="android.intent.category.DEFAULT"/>
    <category android:name="android.intent.category.BROWSABLE"/>

    <data
        android:host="com.android.settings"
        android:path="/settings"
        android:scheme="com.android"/>
</intent-filter>
Reasons:
  • Has code block (-0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: Nick