1. 25 May, 2013 1 commit
  2. 20 May, 2013 1 commit
  3. 16 May, 2013 1 commit
  4. 13 May, 2013 2 commits
    • Jeff Brown's avatar
      Update media router API. · 5d41beb7
      Jeff Brown authored
      Bug: 8175766
      Change-Id: Ie780c6c6309d111019ddf7ba37612c09242b923e
      5d41beb7
    • Jeff Sharkey's avatar
      DO NOT MERGE. Example code for FileProvider. · 739532e2
      Jeff Sharkey authored
      Shows simple usage of FileProvider to share a private thumbnail
      across process boundaries.  Also serves as sample code for javadoc
      on FileProvider.
      
      Bug: 7005318
      Change-Id: I0ca12977a3832c7c2ac1c254d411a547ffee0a51
      739532e2
  5. 10 May, 2013 1 commit
  6. 30 Apr, 2013 2 commits
  7. 20 Apr, 2013 1 commit
  8. 19 Apr, 2013 4 commits
  9. 17 Apr, 2013 3 commits
  10. 12 Apr, 2013 2 commits
  11. 11 Apr, 2013 4 commits
  12. 10 Apr, 2013 1 commit
    • Ying Wang's avatar
      Add liblog · 63c613c7
      Ying Wang authored
      Bug: 8580410
      Change-Id: I25981e09574567b305f659b99d3a179942e1deb4
      63c613c7
  13. 08 Apr, 2013 1 commit
  14. 06 Apr, 2013 1 commit
    • Dianne Hackborn's avatar
      Update media controller sample. · 1abc0504
      Dianne Hackborn authored
      Now use the new abstractions of TransportMediator.  Guess I should
      also change the name of this sample to match it...  that'll be for
      a future change. :)
      
      Change-Id: I932f8215bba51dfaa1bd5766ab9551c9dc440657
      1abc0504
  15. 05 Apr, 2013 1 commit
    • Dianne Hackborn's avatar
      Improve TransportController demo. · 9b4e96dc
      Dianne Hackborn authored
      This is an actually realistic implementation of a
      video player.  It's still delibrately simple, but it's
      not outright broken.  We now have our own media controller
      since that is the only way to get something that actually
      works, we use system UI flags to hide nav/status bar when
      playing, we use the new TransportController APIs to go
      into a formal playback state where we take audio focus.
      
      Change-Id: I19ac171483637b8ee94c9c07aea39c11748cbc46
      9b4e96dc
  16. 04 Apr, 2013 1 commit
  17. 03 Apr, 2013 1 commit
  18. 30 Mar, 2013 1 commit
    • Amith Yamasani's avatar
      App limits sample · 447d1e3d
      Amith Yamasani authored
      Shows how to expose app restrictions for both simple types
      and custom intents.
      
      Change-Id: I95d422d1d637bd4bdb4f731d862975a160b65a50
      447d1e3d
  19. 28 Mar, 2013 1 commit
  20. 27 Mar, 2013 1 commit
    • Nick Kralevich's avatar
      Initial checkin: optional permissions sample code · 2ad812d4
      Nick Kralevich authored
      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
      2ad812d4
  21. 25 Mar, 2013 1 commit
  22. 23 Mar, 2013 1 commit
  23. 22 Mar, 2013 3 commits
  24. 21 Mar, 2013 3 commits
  25. 19 Mar, 2013 1 commit
    • Adam Koch's avatar
      Contacts Provider Training Class - Sample App Initial Commit · bc1a645f
      Adam Koch authored
      This is the sample app for the Contacts Provider Android training
      class. It's a basic master/detail view with a list of contacts in the
      master and contact name, photo and mailing addresses in the detail.
      This sample app is backward compatible to API level 7 and also
      optimized for all screen sizes.
      
      Change-Id: I83fe6beae9fd4c3fe710426b7dd0863e094cbc89
      bc1a645f