Nick Kralevich
5071c6d6cf
am 97e5ad63: OptionalPermissions: fix call to buildPermissionRequestIntent
...
* commit '97e5ad638744d09be0ea8d3945e3e0bbc07bd8da':
OptionalPermissions: fix call to buildPermissionRequestIntent
2013-03-29 14:34:55 -07:00
Nick Kralevich
97e5ad6387
OptionalPermissions: fix call to buildPermissionRequestIntent
...
There's no need to call getApplication().
Change-Id: I56e8a6a4ab230275c70e240e53a893e05400f2f9
2013-03-28 15:14:28 -07:00
Nick Kralevich
98060048b7
am d3b17b74: Merge "Initial checkin: optional permissions sample code" into jb-mr2-dev
...
* commit 'd3b17b74c192a6a72f6b205c14d4f7218c3f44fd':
Initial checkin: optional permissions sample code
2013-03-27 17:24:16 -07:00
Nick Kralevich
d3b17b74c1
Merge "Initial checkin: optional permissions sample code" into jb-mr2-dev
2013-03-28 00:14:52 +00:00
Nick Kralevich
2ad812d4aa
Initial checkin: optional permissions sample code
...
This is an initial checkin of a small demonstration program
which demonstrates how optional permissions can be used.
This app can do three things, which require permissions:
* Vibrate the device (android.permission.VIBRATE)
* Access the internet (android.permission.INTERNET)
* Get the phone number (android.permission.READ_PHONE_STATE)
At install time, this app has zero permissions. However, the app can
request that the user grant permissions, based on pressing the "Prompt"
button. The user can then choose to allow or deny the permissions.
Known bugs and limitations:
* Once a permission is granted, it currently cannot be revoked by the
application nor the user.
* Due to the way it's implemented, the INTERNET permission requires a
restart of the application. That isn't in the sample code.
* Getting the device phone number doesn't make sense for a tablet.
This code was mostly written by klyubin@google.com with heavy
modification by myself.
Change-Id: I620db52c4a1f10ac7aa604ba34f77f7ec03af023
2013-03-27 16:54:04 -07:00
Andrew Hsieh
29a6f7955c
am 63222c6f: am 175fb816: am 8d04b131: Merge "ndk: Fix potential event handling issue in android_native_app_glue"
...
* commit '63222c6fcc638b3be36751c6997452cb244d2bdf':
ndk: Fix potential event handling issue in android_native_app_glue
2013-03-27 13:04:50 -07:00
Andrew Hsieh
6691de8e5d
am 0c1dc2e6: am b94ab7c1: am f7fe3ca6: Merge "Deprecate __set_errno; Add #include <stdint.h> in elf.h"
...
* commit '0c1dc2e6652b77a65076b423e726b06b328bd705':
Deprecate __set_errno; Add #include <stdint.h> in elf.h
2013-03-27 13:04:49 -07:00
Andrew Hsieh
63222c6fcc
am 175fb816: am 8d04b131: Merge "ndk: Fix potential event handling issue in android_native_app_glue"
...
* commit '175fb816d20560958473cdc1bbe0fc5034e6b15d':
ndk: Fix potential event handling issue in android_native_app_glue
2013-03-27 13:01:48 -07:00
Andrew Hsieh
0c1dc2e665
am b94ab7c1: am f7fe3ca6: Merge "Deprecate __set_errno; Add #include <stdint.h> in elf.h"
...
* commit 'b94ab7c1706c306809b6875e5bb9061d77b65e49':
Deprecate __set_errno; Add #include <stdint.h> in elf.h
2013-03-27 13:01:45 -07:00
Andrew Hsieh
175fb816d2
am 8d04b131: Merge "ndk: Fix potential event handling issue in android_native_app_glue"
...
* commit '8d04b13138cd1b86e6ee7207eac0a0f98ae978bb':
ndk: Fix potential event handling issue in android_native_app_glue
2013-03-27 11:26:28 -07:00
Andrew Hsieh
b94ab7c170
am f7fe3ca6: Merge "Deprecate __set_errno; Add #include <stdint.h> in elf.h"
...
* commit 'f7fe3ca6dece533962046712269b443d4e6a3d87':
Deprecate __set_errno; Add #include <stdint.h> in elf.h
2013-03-27 11:09:05 -07:00
Andrew Hsieh
8d04b13138
Merge "ndk: Fix potential event handling issue in android_native_app_glue"
2013-03-27 18:08:08 +00:00
Andrew Hsieh
f7fe3ca6de
Merge "Deprecate __set_errno; Add #include <stdint.h> in elf.h"
2013-03-27 17:58:48 +00:00
Andrew Hsieh
3ccf4f2c03
Deprecate __set_errno; Add #include <stdint.h> in elf.h
...
1. __set_errno is deprecated and subject to removal in future release
2. elf.h is seen to be included alone, causing compilation error due
to undefined uint32_t and uint64_t
Change-Id: I4ca348a8ba0689eb3880622dcf5c53be470c57e8
2013-03-27 10:44:19 -07:00
Jeff Sharkey
06e6c6ad45
Handle libcore, dalvik, gov imports.
...
Change-Id: I25a9f1071f29eff615db03f3803a4ad1b5e6bec9
2013-03-26 15:33:56 -07:00
Jeff Sharkey
c8e8623850
am ccf3ef27: Merge "Remove reference to <root-path>." into jb-mr2-dev
...
* commit 'ccf3ef27cec7e4ffe5b604ab0ee01ad23a5b479f':
Remove reference to <root-path>.
2013-03-26 10:17:43 -07:00
Jeff Sharkey
ccf3ef27ce
Merge "Remove reference to <root-path>." into jb-mr2-dev
2013-03-26 17:13:12 +00:00
Andrew Hsieh
fd75840677
am 08b584ac: am 67ef19d0: am 83f00b45: Merge "[libportable] Add fenv support."
...
* commit '08b584acaf3a8a40abcce266fb421e6afccd4f47':
[libportable] Add fenv support.
2013-03-26 14:45:39 +00:00
Andrew Hsieh
08b584acaf
am 67ef19d0: am 83f00b45: Merge "[libportable] Add fenv support."
...
* commit '67ef19d061d8351226fc4eacfa053cd58983b976':
[libportable] Add fenv support.
2013-03-26 07:41:13 -07:00
Andrew Hsieh
67ef19d061
am 83f00b45: Merge "[libportable] Add fenv support."
...
* commit '83f00b45c7cbd57c7b82ccda73f2e49c6a872110':
[libportable] Add fenv support.
2013-03-26 07:38:15 -07:00
Andrew Hsieh
83f00b45c7
Merge "[libportable] Add fenv support."
2013-03-26 14:29:07 +00:00
Lai Wei-Chih
521bcfb17a
[libportable] Add fenv support.
...
Fix ndk/tests/device/fenv.
Change-Id: I46e1b47c3bec5213e827fabe311ef9e29a28195b
2013-03-26 22:09:17 +08:00
Jeff Sharkey
29045946c0
Remove reference to <root-path>.
...
Bug: 8409523
Change-Id: I42834e33d0d664977dca9277ae364d2cf8986d07
2013-03-25 16:16:51 -07:00
Fabrice Di Meglio
6610dd0f62
am e7b90faf: Merge "Fix ExpandableList1 sample" into jb-mr2-dev
...
* commit 'e7b90faf8f04d7832d3932243a977f2d4d1381e9':
Fix ExpandableList1 sample
2013-03-25 21:27:38 +00:00
Fabrice Di Meglio
e7b90faf8f
Merge "Fix ExpandableList1 sample" into jb-mr2-dev
2013-03-25 21:20:25 +00:00
Chris Banes
0c7ad923ee
am 0014f87c: Merge "Fixes AppCompat build location" into jb-mr2-dev
...
* commit '0014f87c54890cb21ade6162caf5ff63f6805d28':
Fixes AppCompat build location
2013-03-25 20:49:06 +00:00
Chris Banes
0014f87c54
Merge "Fixes AppCompat build location" into jb-mr2-dev
2013-03-25 20:42:07 +00:00
Scott Main
5ece9d3499
am 8e2b7c5d: am e92f6467: am 35964ea6: am 449326f1: am d49fbdbc: add support library JAR to sample
...
* commit '8e2b7c5d3fd1be5aaf7a818b31ef51afff129f68':
add support library JAR to sample
2013-03-25 16:05:49 +00:00
Scott Main
8e2b7c5d3f
am e92f6467: am 35964ea6: am 449326f1: am d49fbdbc: add support library JAR to sample
...
* commit 'e92f6467d0c85c7f2f8f5f5dc1dbfb8695f8c545':
add support library JAR to sample
2013-03-25 09:02:54 -07:00
Scott Main
e92f6467d0
am 35964ea6: am 449326f1: am d49fbdbc: add support library JAR to sample
...
* commit '35964ea619381ed65aa04ea2e5071ebaa1b56f92':
add support library JAR to sample
2013-03-25 09:00:26 -07:00
Scott Main
35964ea619
am 449326f1: am d49fbdbc: add support library JAR to sample
...
* commit '449326f1a88f92a1aebe7233b0ee66b02d0e1e67':
add support library JAR to sample
2013-03-25 08:58:14 -07:00
Scott Main
449326f1a8
am d49fbdbc: add support library JAR to sample
...
* commit 'd49fbdbcc12de0b4364beaefece82242f1520806':
add support library JAR to sample
2013-03-25 08:56:27 -07:00
Chris Banes
063f035dd8
Fixes AppCompat build location
...
Fixes the appcompat build so that the resulting
lib is with the library project.
Change-Id: I9d7c79bc1b7c9e4d0b894d5c9ce2f7e5e901184b
Signed-off-by: Chris Banes <chrisbanes@google.com >
2013-03-25 09:34:53 +00:00
Jeff Brown
fac1b79572
am fbe0890b: Rename methods of RouteController.
...
* commit 'fbe0890bb4830a27490dbfb664e3a6215f3e523e':
Rename methods of RouteController.
2013-03-23 02:57:12 +00:00
Jeff Brown
fbe0890bb4
Rename methods of RouteController.
...
Add basic support for returning stream ids.
Change-Id: Iaa11980e6195e23bd598075cb066c6234f000198
2013-03-22 19:46:23 -07:00
Elliott Hughes
19fd8ce030
am d4f9f64b: am 2cb06fc1: am a6eaa197: Merge "Remove dead code that\'s keeping other dead code in frameworks/base alive."
...
* commit 'd4f9f64bebe16f1d08d07843a13fd25b62eb6777':
Remove dead code that's keeping other dead code in frameworks/base alive.
2013-03-23 02:06:46 +00:00
Elliott Hughes
d4f9f64beb
am 2cb06fc1: am a6eaa197: Merge "Remove dead code that\'s keeping other dead code in frameworks/base alive."
...
* commit '2cb06fc1f079bf089ff7dfd2844b5c0935bcc1d3':
Remove dead code that's keeping other dead code in frameworks/base alive.
2013-03-22 19:02:25 -07:00
Elliott Hughes
2cb06fc1f0
am a6eaa197: Merge "Remove dead code that\'s keeping other dead code in frameworks/base alive."
...
* commit 'a6eaa197f3f6d96696cddf5c2bf86ac628e461d8':
Remove dead code that's keeping other dead code in frameworks/base alive.
2013-03-22 18:59:48 -07:00
Elliott Hughes
a6eaa197f3
Merge "Remove dead code that's keeping other dead code in frameworks/base alive."
2013-03-23 01:40:08 +00:00
Fabrice Di Meglio
de817c95df
Fix ExpandableList1 sample
...
- also increase android:targetSdkVersion to 17
Change-Id: Ibceb38f5514a7c321f75d267e40c338c0340b1ef
2013-03-22 16:28:46 -07:00
Dianne Hackborn
29c14c31e4
am 8439ba45: Merge "Add TransportController API demo." into jb-mr2-dev
...
* commit '8439ba453656a4facae887fd6e9ebfa0e579f8b4':
Add TransportController API demo.
2013-03-22 23:23:31 +00:00
Dianne Hackborn
8439ba4536
Merge "Add TransportController API demo." into jb-mr2-dev
2013-03-22 23:17:07 +00:00
Raphael Moll
be8c3bb177
am 64f2fc34: (-s ours) am fa3fce92: (-s ours) am 7dece61e: am fbb2b119: SDK: Build/Platform-tools revision 17. DO NOT MERGE.
...
* commit '64f2fc34e889ab2bc3aea884e35144fd3c47cefb':
SDK: Build/Platform-tools revision 17. DO NOT MERGE.
2013-03-22 21:53:07 +00:00
Raphael Moll
64f2fc34e8
am fa3fce92: (-s ours) am 7dece61e: am fbb2b119: SDK: Build/Platform-tools revision 17. DO NOT MERGE.
...
* commit 'fa3fce9237c1d9641031d306242b45b979309f2c':
SDK: Build/Platform-tools revision 17. DO NOT MERGE.
2013-03-22 14:46:13 -07:00
Raphael Moll
c17ba58bec
am 9ca69cf2: SDK: Generate build-tools package.
...
* commit '9ca69cf21f1a8f35fcc472f48b3cf7be4b4b959c':
SDK: Generate build-tools package.
2013-03-22 21:46:09 +00:00
Raphael Moll
fa3fce9237
am 7dece61e: am fbb2b119: SDK: Build/Platform-tools revision 17. DO NOT MERGE.
...
* commit '7dece61ef437252062171d256c482b5b97660d68':
SDK: Build/Platform-tools revision 17. DO NOT MERGE.
2013-03-22 14:42:25 -07:00
Raphael Moll
7dece61ef4
am fbb2b119: SDK: Build/Platform-tools revision 17. DO NOT MERGE.
...
* commit 'fbb2b119dee4a84a7377e9f4f9e4facd83a6ae22':
SDK: Build/Platform-tools revision 17. DO NOT MERGE.
2013-03-22 14:40:19 -07:00
Dianne Hackborn
d2655277cd
Add TransportController API demo.
...
Change-Id: Id852ac8de1bcfbfba2d9e8557664c1aaa1e75df4
2013-03-22 14:28:52 -07:00
Raphael Moll
9ca69cf21f
SDK: Generate build-tools package.
...
(cherry-picked from bc7c8c5fc5 )
Change-Id: I36e9ee9a9486da18704428ce5225934a6a308029
2013-03-22 13:38:56 -07:00
Raphael Moll
cc7e1fe570
am a7a51a39: resolved conflicts for merge of 9583d2ed to jb-mr2-dev
...
* commit 'a7a51a397e3500b91649bb5a46e7169865151515':
SDK: Build/Platform-tools revision 17.
2013-03-22 20:09:07 +00:00