We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 846089e commit aa87f2aCopy full SHA for aa87f2a
Android.bp
@@ -416,8 +416,7 @@ android_app {
416
},
417
418
platform_apis: true,
419
- min_sdk_version: "current",
420
- target_sdk_version: "current",
+ certificate: "platform",
421
422
privileged: true,
423
system_ext_specific: true,
AndroidManifest-common.xml
@@ -20,7 +20,9 @@
20
<manifest
21
xmlns:android="http://schemas.android.com/apk/res/android"
22
xmlns:tools="http://schemas.android.com/tools"
23
- package="com.android.launcher3">
+ package="com.android.launcher3"
24
+ coreApp="true"
25
+ android:sharedUserId="android.uid.system">
26
27
<!--
28
The manifest defines the common entries that should be present in any derivative of Launcher3.
0 commit comments