Mercurial > 510Connectbot
diff app/src/main/AndroidManifest.xml @ 503:cbdb219e9ff5
updates for android10+
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 08 Jun 2022 09:00:34 -0700 |
parents | 267e72057707 |
children | b8cc360e1550 |
line wrap: on
line diff
--- a/app/src/main/AndroidManifest.xml Tue Jun 07 17:24:18 2022 -0700 +++ b/app/src/main/AndroidManifest.xml Wed Jun 08 09:00:34 2022 -0700 @@ -20,6 +20,9 @@ android:versionName="1.9.4-4" android:versionCode="1944" android:installLocation="auto"> + <queries> + <package android:name="com.five_ten_sg.connectbot.monitor" /> + </queries> <!-- permissions must match HostListActivity.java --> <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />