https://github.com/android/codelab-android-network-security-config
Android Network Security Configuration codelab
https://github.com/android/codelab-android-network-security-config
Last synced: 5 months ago
JSON representation
Android Network Security Configuration codelab
- Host: GitHub
- URL: https://github.com/android/codelab-android-network-security-config
- Owner: android
- License: apache-2.0
- Archived: true
- Created: 2017-05-09T22:48:11.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-01-13T22:53:34.000Z (about 4 years ago)
- Last Synced: 2024-09-26T23:44:40.528Z (over 1 year ago)
- Language: Java
- Homepage: https://codelabs.developers.google.com/codelabs/android-network-security-config
- Size: 298 KB
- Stars: 77
- Watchers: 29
- Forks: 51
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Android Network Security Configuration Codelab
This repository contains the code for the Android codelab "Android Network
Security Configuration".
In this codelab, you’ll explore the Network Security Configuration on Android
and encounter some common pitfalls around establishing secure network
communications.
### Getting started
Follow the instructions on this page to get started.
Clone this repository and follow the steps in the codelab:
https://developer.android.com/codelabs/android-network-security-config
### License
```
Copyright 2017 Google, Inc.
Licensed to the Apache Software Foundation (ASF) under one or more contributor
license agreements. See the NOTICE file distributed with this work for
additional information regarding copyright ownership. The ASF licenses this
file to you under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of
the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations under
the License.
```