Mercurial > 510Connectbot
annotate app/src/main/AndroidManifest.xml @ 462:0f53523562bb
update TODO
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Sun, 28 Apr 2019 17:46:13 -0700 |
parents | a3239022798d |
children | 7c8aebcc882a |
rev | line source |
---|---|
0 | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <!-- | |
3 ConnectBot: simple, powerful, open-source SSH client for Android | |
4 Copyright 2007 Kenny Root, Jeffrey Sharkey | |
5 | |
6 Licensed under the Apache License, Version 2.0 (the "License"); | |
7 you may not use this file except in compliance with the License. | |
8 You may obtain a copy of the License at | |
9 | |
10 http://www.apache.org/licenses/LICENSE-2.0 | |
11 | |
12 Unless required by applicable law or agreed to in writing, software | |
13 distributed under the License is distributed on an "AS IS" BASIS, | |
14 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
15 See the License for the specific language governing permissions and | |
16 limitations under the License. | |
17 --> | |
18 <manifest xmlns:android="http://schemas.android.com/apk/res/android" | |
19 package="com.five_ten_sg.connectbot" | |
459
a3239022798d
compile 32 and 64 bit arch, bump version
Carl Byington <carl@five-ten-sg.com>
parents:
457
diff
changeset
|
20 android:versionName="1.9.3-4" |
a3239022798d
compile 32 and 64 bit arch, bump version
Carl Byington <carl@five-ten-sg.com>
parents:
457
diff
changeset
|
21 android:versionCode="1934" |
0 | 22 android:installLocation="auto"> |
23 | |
24 <uses-permission android:name="android.permission.INTERNET" /> | |
25 <uses-permission android:name="android.permission.VIBRATE" /> | |
26 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> | |
27 <uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" /> | |
28 <uses-permission android:name="android.permission.WAKE_LOCK" /> | |
29 | |
30 <permission | |
31 android:name="org.openintents.ssh.permission.ACCESS_SSH_AGENT" | |
32 android:protectionLevel="dangerous" | |
33 android:permissionGroup="android.permission-group.PERSONAL_INFO" | |
34 android:label="@string/ssh_agent_permission_label" | |
35 android:description="@string/ssh_agent_permission_desc" | |
36 android:icon="@drawable/pubkey"> | |
37 </permission> | |
38 | |
39 <uses-feature android:name="android.hardware.touchscreen" android:required="false"/> | |
40 | |
41 <supports-screens /> | |
42 | |
43 <application | |
44 android:icon="@drawable/icon" | |
45 android:label="@string/app_name" | |
46 android:description="@string/app_desc" | |
47 android:allowBackup="false" | |
48 android:backupAgent=".service.BackupAgent" | |
49 android:killAfterRestore="true"> | |
50 | |
51 <activity android:name=".HostListActivity" > | |
52 <intent-filter> | |
53 <action android:name="android.intent.action.MAIN" /> | |
54 <category android:name="android.intent.category.LAUNCHER" /> | |
55 </intent-filter> | |
56 <intent-filter> | |
57 <action android:name="android.intent.action.CREATE_SHORTCUT" /> | |
58 <category android:name="android.intent.category.DEFAULT" /> | |
59 </intent-filter> | |
60 <intent-filter> | |
61 <action android:name="android.intent.action.PICK" /> | |
62 <category android:name="android.intent.category.DEFAULT" /> | |
35
9925ea1aa279
start tn5250 integration
Carl Byington <carl@five-ten-sg.com>
parents:
0
diff
changeset
|
63 <data android:scheme="tn5250" /> |
9925ea1aa279
start tn5250 integration
Carl Byington <carl@five-ten-sg.com>
parents:
0
diff
changeset
|
64 <data android:scheme="ssh" /> |
0 | 65 <data android:scheme="telnet" /> |
35
9925ea1aa279
start tn5250 integration
Carl Byington <carl@five-ten-sg.com>
parents:
0
diff
changeset
|
66 <data android:scheme="local" /> |
0 | 67 </intent-filter> |
68 </activity> | |
69 | |
70 <activity android:name=".PubkeyListActivity" android:configChanges="keyboardHidden|orientation" > | |
71 <intent-filter> | |
72 <action android:name="org.openintents.ssh.agent.IDENTITY_ADMIN" /> | |
73 <category android:name="android.intent.category.DEFAULT" /> | |
74 </intent-filter> | |
75 </activity> | |
76 <activity android:name=".GeneratePubkeyActivity" android:configChanges="keyboardHidden|orientation" /> | |
77 <activity android:name=".HostEditorActivity" android:configChanges="keyboardHidden|orientation" /> | |
78 <activity android:name=".PortForwardListActivity" android:configChanges="keyboardHidden|orientation" /> | |
79 <activity android:name=".SettingsActivity" android:configChanges="keyboardHidden|orientation" /> | |
80 <activity android:name=".WizardActivity" android:configChanges="keyboardHidden|orientation" /> | |
81 <activity android:name=".HelpActivity" android:configChanges="keyboardHidden|orientation" /> | |
82 <activity android:name=".HelpTopicActivity" android:configChanges="keyboardHidden|orientation" /> | |
83 <activity android:name=".ColorsActivity" android:configChanges="keyboardHidden|orientation" /> | |
84 <activity android:name="com.lamerman.FileDialog" android:configChanges="keyboardHidden|orientation" /> | |
85 | |
86 <service android:name="com.five_ten_sg.connectbot.service.TerminalManager" | |
87 android:configChanges="keyboardHidden|orientation" | |
88 android:description="@string/service_desc" /> | |
89 | |
90 <service android:name="com.five_ten_sg.connectbot.service.AuthAgentService" | |
91 android:description="@string/auth_agent_service_desc" | |
92 android:permission="org.openintents.ssh.permission.ACCESS_SSH_AGENT"> | |
93 <intent-filter> | |
94 <action android:name="org.openintents.ssh.BIND_SSH_AGENT_SERVICE" /> | |
95 </intent-filter> | |
96 </service> | |
97 | |
98 <activity android:name=".ConsoleActivity" android:configChanges="keyboardHidden|orientation" | |
99 android:theme="@style/NoTitle" android:windowSoftInputMode="stateAlwaysVisible|adjustResize" | |
100 android:launchMode="singleTop" android:hardwareAccelerated="false"> | |
101 <intent-filter> | |
102 <action android:name="android.intent.action.VIEW" /> | |
103 <category android:name="android.intent.category.DEFAULT" /> | |
104 <category android:name="android.intent.category.BROWSABLE" /> | |
36
bcadd92f5e0a
start tn5250 integration
Carl Byington <carl@five-ten-sg.com>
parents:
35
diff
changeset
|
105 <data android:scheme="tn5250" /> |
bcadd92f5e0a
start tn5250 integration
Carl Byington <carl@five-ten-sg.com>
parents:
35
diff
changeset
|
106 <data android:scheme="ssh" /> |
0 | 107 <data android:scheme="telnet" /> |
36
bcadd92f5e0a
start tn5250 integration
Carl Byington <carl@five-ten-sg.com>
parents:
35
diff
changeset
|
108 <data android:scheme="local" /> |
0 | 109 <!-- format: ssh://user@host:port/#nickname --> |
110 <!-- format: telnet://host:port/#nickname --> | |
111 <!-- format: local:// --> | |
112 </intent-filter> | |
113 </activity> | |
114 | |
115 <meta-data android:name="com.google.android.backup.api_key" | |
116 android:value="AEdPqrEAAAAIDlFz9nSUr2g0gSytW0t2cNnYAGHDkptlVohsBA" /> | |
117 | |
118 </application> | |
119 </manifest> |