• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2    package="com.android.frameworks.base.cuttlefish.foldable.overlay">
3
4    <application android:hasCode="false" />
5
6    <overlay
7      android:targetPackage="com.android.frameworks.base.cuttlefish.foldable.overlay"
8      android:isStatic="true"
9      android:priority="0"
10      />
11</manifest>
12