comparison app/src/main/AndroidManifest.xml @ 490:7545103ec815 stable-1.9.4-2

use foreground service and notification channel on Android 8+
author Carl Byington <carl@five-ten-sg.com>
date Wed, 14 Oct 2020 14:48:55 -0700
parents 6751ed7635f6
children e88d48be89a8
comparison
equal deleted inserted replaced
489:b257517e9bef 490:7545103ec815
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-1" 20 android:versionName="1.9.4-2"
21 android:versionCode="1941" 21 android:versionCode="1942"
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.ACCESS_NETWORK_STATE" /> 25 <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
26 <uses-permission android:name="android.permission.FOREGROUND" /> 26 <uses-permission android:name="android.permission.FOREGROUND" />