comparison app/src/main/AndroidManifest.xml @ 466:12e2d9dd95df stable-1.9.3-6

add delete_deployment and autolaunch keys to the deployment.connections file
author Carl Byington <carl@five-ten-sg.com>
date Thu, 05 Sep 2019 09:24:55 -0700
parents 7c8aebcc882a
children 74b507d491c9
comparison
equal deleted inserted replaced
465:7c8aebcc882a 466:12e2d9dd95df
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.3-5" 20 android:versionName="1.9.3-6"
21 android:versionCode="1935" 21 android:versionCode="1936"
22 android:installLocation="auto"> 22 android:installLocation="auto">
23 23
24 <!-- permissions must match HostListActivity.java --> 24 <!-- permissions must match HostListActivity.java -->
25 <uses-permission android:name="android.permission.INTERNET" /> 25 <uses-permission android:name="android.permission.INTERNET" />
26 <uses-permission android:name="android.permission.VIBRATE" /> 26 <uses-permission android:name="android.permission.VIBRATE" />