Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Whats new in Android N
Search
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Harsh Dattani
May 18, 2016
Technology
0
57
Whats new in Android N
A talk on Whats new in Android N at Google I/O Extended organized by GDG New Delhi
Harsh Dattani
May 18, 2016
Tweet
Share
More Decks by Harsh Dattani
See All by Harsh Dattani
Developing Secure Android Application
harshdattani
2
370
Guard your Android
harshdattani
0
150
Introduction to Material Design
harshdattani
3
170
Other Decks in Technology
See All in Technology
競争優位を生み出す戦略的内製開発の実践技法
masuda220
PRO
2
510
パネルディスカッション資料 (at Tableau Now! - 2026-02-26)
yoshitakaarakawa
0
790
AWS Bedrock Guardrails / 機密情報の入力・出力をブロックする — Blocking Sensitive Information Input/Output
kazuhitonakayama
2
180
AIで 浮いた時間で 何をする? 2026春 #devsumi
konifar
16
3.5k
Serverless Agent Architecture on Azure / serverless-agent-on-azure
miyake
1
110
クラウド時代における一時権限取得
krrrr38
1
140
Snowflake Night #2 LT
taromatsui_cccmkhd
0
280
Claude Cowork Plugins を読む - Skills駆動型業務エージェント設計の実像と構造
knishioka
0
190
全自動で回せ!Claude Codeマーケットプレイス運用術
yukyu30
3
150
OCI技術資料 : 外部接続 VPN接続 詳細
ocise
1
10k
【5分でわかる】セーフィー エンジニア向け会社紹介
safie_recruit
0
43k
AI Coding Agentの地殻変動 ~ ai-coding.info の定点観測 ~
kotauchisunsun
1
490
Featured
See All Featured
Test your architecture with Archunit
thirion
1
2.2k
New Earth Scene 8
popppiees
1
1.7k
Applied NLP in the Age of Generative AI
inesmontani
PRO
4
2.1k
Deep Space Network (abreviated)
tonyrice
0
81
Lightning talk: Run Django tests with GitHub Actions
sabderemane
0
130
Facilitating Awesome Meetings
lara
57
6.8k
We Are The Robots
honzajavorek
0
190
Why You Should Never Use an ORM
jnunemaker
PRO
61
9.8k
The Director’s Chair: Orchestrating AI for Truly Effective Learning
tmiket
1
110
Gemini Prompt Engineering: Practical Techniques for Tangible AI Outcomes
mfonobong
2
300
Paper Plane (Part 1)
katiecoart
PRO
0
5k
Docker and Python
trallard
47
3.7k
Transcript
Android “N” What’s New Harsh Dattani A learner like you
all!
AboutMe.apk Somewhere in India at Applied CS with Android Team
and a Learner! Always! :P Om Shanti Harsh Dattani
Let’s play something!
Enjoyed Keynote?
What’s new in Android N?
Android N • Program Overview
Android N • Program Overview • Behavior Changes
Android N • Program Overview • Behavior Changes • APIs
for Developers
Android N • Program Overview • Behavior Changes • APIs
for Developers • How to setup
Android N • Program Overview • Behavior Changes • APIs
for Developers • How to setup • Android Studio 2.0 (Oops 2.1!)
Program Overview
Program Overview
Developing with Android N
Get Java 8 JDK
Update Android Project android { compileSdkVersion 'android-N' buildToolsVersion '24.0.0-rc3' defaultConfig
{ minSdkVersion 'N' targetSdkVersion 'N' } }
Behavior Changes
Doze
Project Svelte
Security
Direct Boot
Direct Boot • Credential encrypted storage • Device encrypted storage
Direct Boot <receiver android:directBootAware="true" > ... <intent-filter> <action android:name="android.intent.action.LOCKED_BOOT_COMPLETED" />
</intent-filter> </receiver>
JACK Toolchain
We know this!
None
Pre Dexing in JACK
None
Gradle Change android { ... buildToolsRevision '21.1.1' defaultConfig { //
Enable the experimental Jack build tools. useJack = true } ... }
ContactMe.apk!
[email protected]
fb.com/harshdattani speakerdeck.com/harshdattani