/developers/samples/android/content/documentsUi/ScopedDirectoryAccess/Application/src/main/java/com/example/android/scopeddirectoryaccess/ |
D | DirectoryEntry.java | 31 protected DirectoryEntry(Parcel in) { in DirectoryEntry() argument 32 fileName = in.readString(); in DirectoryEntry() 33 mimeType = in.readString(); in DirectoryEntry() 38 public DirectoryEntry createFromParcel(Parcel in) { 39 return new DirectoryEntry(in);
|
/developers/samples/android/media/PictureInPicture/kotlinApp/ |
D | README.md | 4 This sample demonstrates basic usage of Picture-in-Picture mode for handheld devices. 5 The sample plays a video. The video keeps on playing when the app is turned in to 6 Picture-in-Picture mode. On Picture-in-Picture screen, the app shows an action item to 12 As of Android O, activities can launch in [Picture-in-Picture (PiP)][1] mode. PiP is a 16 reason, you should make sure your app does not pause playback in its [onPause()][3] 17 handler. Instead, you should pause video in [onStop()][4]. For more information, see [Multi-Window 20 To specify that your activity can use PIP mode, set `android:supportsPictureInPicture` to `true` in 27 activity should behave when it is in PiP mode. You can also use it to call 28 [setPictureInPictureParams()][8] and update the current behavior. If the app is in not PiP mode, it 32 available for PiP mode. The aspect ratio is used when the activity is in PiP mode. The action items [all …]
|
/developers/samples/android/security/DirectBoot/Application/ |
D | proguard-project.txt | 1 # To enable ProGuard in your project, edit project.properties 2 # to define the proguard.config property as described in that file. 5 # By default, the flags in this file are appended to flags specified 6 # in ${sdk.dir}/tools/proguard/proguard-android.txt 8 # include property in project.properties.
|
/developers/samples/android/security/ConfirmCredential/Application/ |
D | proguard-project.txt | 1 # To enable ProGuard in your project, edit project.properties 2 # to define the proguard.config property as described in that file. 5 # By default, the flags in this file are appended to flags specified 6 # in ${sdk.dir}/tools/proguard/proguard-android.txt 8 # include property in project.properties.
|
/developers/samples/android/notification/MessagingService/Application/ |
D | proguard-project.txt | 1 To enable ProGuard in your project, edit project.properties 2 # to define the proguard.config property as described in that file. 5 # By default, the flags in this file are appended to flags specified 6 # in ${sdk.dir}/tools/proguard/proguard-android.txt 8 # include property in project.properties.
|
/developers/samples/android/wearable/wear/WatchFace/Application/ |
D | proguard-project.txt | 1 To enable ProGuard in your project, edit project.properties 2 # to define the proguard.config property as described in that file. 5 # By default, the flags in this file are appended to flags specified 6 # in ${sdk.dir}/tools/proguard/proguard-android.txt 8 # include property in project.properties.
|
/developers/samples/android/connectivity/nfc/CardEmulation/Application/ |
D | proguard-project.txt | 1 To enable ProGuard in your project, edit project.properties 2 # to define the proguard.config property as described in that file. 5 # By default, the flags in this file are appended to flags specified 6 # in ${sdk.dir}/tools/proguard/proguard-android.txt 8 # include property in project.properties.
|
/developers/samples/android/content/AutoBackupForApps/Application/ |
D | proguard-project.txt | 1 # To enable ProGuard in your project, edit project.properties 2 # to define the proguard.config property as described in that file. 5 # By default, the flags in this file are appended to flags specified 6 # in ${sdk.dir}/tools/proguard/proguard-android.txt 8 # include property in project.properties.
|
/developers/samples/android/ui/views/Elevation/ElevationBasic/Application/ |
D | proguard-project.txt | 1 To enable ProGuard in your project, edit project.properties 2 # to define the proguard.config property as described in that file. 5 # By default, the flags in this file are appended to flags specified 6 # in ${sdk.dir}/tools/proguard/proguard-android.txt 8 # include property in project.properties.
|
/developers/samples/android/media/HdrViewfinder/Application/ |
D | proguard-project.txt | 1 To enable ProGuard in your project, edit project.properties 2 # to define the proguard.config property as described in that file. 5 # By default, the flags in this file are appended to flags specified 6 # in ${sdk.dir}/tools/proguard/proguard-android.txt 8 # include property in project.properties.
|
/developers/samples/android/ui/views/FloatingActionButton/FloatingActionButtonBasic/Application/ |
D | proguard-project.txt | 1 # To enable ProGuard in your project, edit project.properties 2 # to define the proguard.config property as described in that file. 5 # By default, the flags in this file are appended to flags specified 6 # in ${sdk.dir}/tools/proguard/proguard-android.txt 8 # include property in project.properties.
|
/developers/samples/android/wearable/wear/XYZTouristAttractions/Application/ |
D | proguard-project.txt | 1 To enable ProGuard in your project, edit project.properties 2 # to define the proguard.config property as described in that file. 5 # By default, the flags in this file are appended to flags specified 6 # in ${sdk.dir}/tools/proguard/proguard-android.txt 8 # include property in project.properties.
|
/developers/samples/android/admin/AppRestrictionSchema/Application/ |
D | proguard-project.txt | 1 To enable ProGuard in your project, edit project.properties 2 # to define the proguard.config property as described in that file. 5 # By default, the flags in this file are appended to flags specified 6 # in ${sdk.dir}/tools/proguard/proguard-android.txt 8 # include property in project.properties.
|
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/ |
D | proguard-project.txt | 1 To enable ProGuard in your project, edit project.properties 2 # to define the proguard.config property as described in that file. 5 # By default, the flags in this file are appended to flags specified 6 # in ${sdk.dir}/tools/proguard/proguard-android.txt 8 # include property in project.properties.
|
/developers/samples/android/notification/CustomNotifications/Application/ |
D | proguard-project.txt | 1 To enable ProGuard in your project, edit project.properties 2 # to define the proguard.config property as described in that file. 5 # By default, the flags in this file are appended to flags specified 6 # in ${sdk.dir}/tools/proguard/proguard-android.txt 8 # include property in project.properties.
|
/developers/samples/android/ui/activitytasks/DocumentCentricApps/Application/ |
D | proguard-project.txt | 1 To enable ProGuard in your project, edit project.properties 2 # to define the proguard.config property as described in that file. 5 # By default, the flags in this file are appended to flags specified 6 # in ${sdk.dir}/tools/proguard/proguard-android.txt 8 # include property in project.properties.
|
/developers/samples/android/content/DirectShare/Application/ |
D | proguard-project.txt | 1 # To enable ProGuard in your project, edit project.properties 2 # to define the proguard.config property as described in that file. 5 # By default, the flags in this file are appended to flags specified 6 # in ${sdk.dir}/tools/proguard/proguard-android.txt 8 # include property in project.properties.
|
/developers/samples/android/input/autofill/AutofillFramework/Application/ |
D | proguard-project.txt | 1 # To enable ProGuard in your project, edit project.properties 2 # to define the proguard.config property as described in that file. 5 # By default, the flags in this file are appended to flags specified 6 # in ${sdk.dir}/tools/proguard/proguard-android.txt 8 # include property in project.properties.
|
/developers/samples/android/system/RuntimePermissions/Application/ |
D | proguard-project.txt | 1 To enable ProGuard in your project, edit project.properties 2 # to define the proguard.config property as described in that file. 5 # By default, the flags in this file are appended to flags specified 6 # in ${sdk.dir}/tools/proguard/proguard-android.txt 8 # include property in project.properties.
|
/developers/samples/android/system/RuntimePermissionsBasic/Application/ |
D | proguard-project.txt | 1 To enable ProGuard in your project, edit project.properties 2 # to define the proguard.config property as described in that file. 5 # By default, the flags in this file are appended to flags specified 6 # in ${sdk.dir}/tools/proguard/proguard-android.txt 8 # include property in project.properties.
|
/developers/samples/android/ui/views/TextSwitcher/Application/ |
D | proguard-project.txt | 1 To enable ProGuard in your project, edit project.properties 2 # to define the proguard.config property as described in that file. 5 # By default, the flags in this file are appended to flags specified 6 # in ${sdk.dir}/tools/proguard/proguard-android.txt 8 # include property in project.properties.
|
/developers/samples/android/ui/window/BasicImmersiveMode/Application/ |
D | proguard-project.txt | 1 To enable ProGuard in your project, edit project.properties 2 # to define the proguard.config property as described in that file. 5 # By default, the flags in this file are appended to flags specified 6 # in ${sdk.dir}/tools/proguard/proguard-android.txt 8 # include property in project.properties.
|
/developers/samples/android/notification/ActiveNotifications/Application/ |
D | proguard-project.txt | 1 # To enable ProGuard in your project, edit project.properties 2 # to define the proguard.config property as described in that file. 5 # By default, the flags in this file are appended to flags specified 6 # in ${sdk.dir}/tools/proguard/proguard-android.txt 8 # include property in project.properties.
|
/developers/samples/android/ui/window/ImmersiveMode/Application/ |
D | proguard-project.txt | 1 To enable ProGuard in your project, edit project.properties 2 # to define the proguard.config property as described in that file. 5 # By default, the flags in this file are appended to flags specified 6 # in ${sdk.dir}/tools/proguard/proguard-android.txt 8 # include property in project.properties.
|
/developers/samples/android/tv/ChannelsPrograms/Application/ |
D | proguard-project.txt | 1 # To enable ProGuard in your project, edit project.properties 2 # to define the proguard.config property as described in that file. 5 # By default, the flags in this file are appended to flags specified 6 # in ${sdk.dir}/tools/proguard/proguard-android.txt 8 # include property in project.properties.
|