Skip to content

Commit 1148828

Browse files
committed
open app in App Info
Signed-off-by: Tommy Alex <[email protected]>
1 parent 66cc42f commit 1148828

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

UsbDebugging/src/main/AndroidManifest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
5252
<action android:name="android.intent.action.MAIN" />
5353
<category android:name="de.robv.android.xposed.category.MODULE_SETTINGS" />
5454
</intent-filter>
55+
<intent-filter>
56+
<action android:name="android.intent.action.APPLICATION_PREFERENCES" />
57+
<category android:name="android.intent.category.DEFAULT" />
58+
</intent-filter>
5559
</activity>
5660
</application>
5761

0 commit comments

Comments
 (0)