-
Notifications
You must be signed in to change notification settings - Fork 260
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "Enable Android Desktop mode by default"
This reverts commit 0e89b8e. Tracked-On: OAM-125619 Signed-off-by: Tanuj Tekriwal <[email protected]>
- Loading branch information
1 parent
8043241
commit 98d4a78
Showing
2 changed files
with
3 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
[defaults] | ||
pc_core_hardware_path = frameworks/native/data/etc | ||
tablet_core_hardware_path = frameworks/native/data/etc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,5 @@ | ||
PRODUCT_CHARACTERISTICS := pc | ||
PRODUCT_CHARACTERISTICS := tablet | ||
|
||
PRODUCT_COPY_FILES += \ | ||
{{{pc_core_hardware_path}}}/pc_core_hardware.xml:vendor/etc/permissions/pc_core_hardware.xml | ||
|
||
PRODUCT_COPY_FILES += \ | ||
frameworks/native/data/etc/android.software.freeform_window_management.xml:vendor/etc/permissions/android.software.freeform_window_management.xml | ||
{{{tablet_core_hardware_path}}}/tablet_core_hardware.xml:vendor/etc/permissions/tablet_core_hardware.xml | ||
|