overlay: generic: Fix package names

Change-Id: I83add57ffa665bd659179236f42989f0b8bf8a0d
This commit is contained in:
Georg Veichtlbauer
2023-12-13 12:28:49 +01:00
parent 979630b71f
commit a7dae32774
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
SPDX-License-Identifier: Apache-2.0
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="android.overlay.common">
package="android.overlay.generic">
<overlay
android:isStatic="true"

View File

@@ -4,7 +4,7 @@
SPDX-License-Identifier: Apache-2.0
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.android.providers.settings.overlay.common">
package="com.android.providers.settings.overlay.generic">
<overlay
android:isStatic="true"