comparison app/src/main/AndroidManifest.xml @ 506:b8cc360e1550 stable-1.9.4-5

allow multiple screen watch areas
author Carl Byington <carl@five-ten-sg.com>
date Wed, 16 Nov 2022 12:05:29 -0700
parents cbdb219e9ff5
children 2eb4fa13b9ef
comparison
equal deleted inserted replaced
505:bd87ca9eb4b8 506:b8cc360e1550
15 See the License for the specific language governing permissions and 15 See the License for the specific language governing permissions and
16 limitations under the License. 16 limitations under the License.
17 --> 17 -->
18 <manifest xmlns:android="http://schemas.android.com/apk/res/android" 18 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
19 package="com.five_ten_sg.connectbot" 19 package="com.five_ten_sg.connectbot"
20 android:versionName="1.9.4-4" 20 android:versionName="1.9.4-5"
21 android:versionCode="1944" 21 android:versionCode="1945"
22 android:installLocation="auto"> 22 android:installLocation="auto">
23 <queries> 23 <queries>
24 <package android:name="com.five_ten_sg.connectbot.monitor" /> 24 <package android:name="com.five_ten_sg.connectbot.monitor" />
25 </queries> 25 </queries>
26 26
27 <!-- permissions must match HostListActivity.java --> 27 <!-- permissions must match HostListActivity.java -->
28 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> 28 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />