Skip to content

Commit aa87f2a

Browse files
committed
Launcher3: Make it a platform package
Signed-off-by: Pranav Vashi <[email protected]>
1 parent 846089e commit aa87f2a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Android.bp

+1-2
Original file line numberDiff line numberDiff line change
@@ -416,8 +416,7 @@ android_app {
416416
},
417417

418418
platform_apis: true,
419-
min_sdk_version: "current",
420-
target_sdk_version: "current",
419+
certificate: "platform",
421420

422421
privileged: true,
423422
system_ext_specific: true,

AndroidManifest-common.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@
2020
<manifest
2121
xmlns:android="http://schemas.android.com/apk/res/android"
2222
xmlns:tools="http://schemas.android.com/tools"
23-
package="com.android.launcher3">
23+
package="com.android.launcher3"
24+
coreApp="true"
25+
android:sharedUserId="android.uid.system">
2426

2527
<!--
2628
The manifest defines the common entries that should be present in any derivative of Launcher3.

0 commit comments

Comments
 (0)