Loading quickstep/AndroidManifest.xml +6 −0 Original line number Diff line number Diff line Loading @@ -43,6 +43,12 @@ <uses-permission android:name="android.permission.SYSTEM_APPLICATION_OVERLAY" /> <!-- Permission required to access profiles which are otherwise hidden from being visible via APIs, e.g. private profile. --> <uses-permission android:name="android.permission.ACCESS_HIDDEN_PROFILES_FULL" /> <!-- Permission required to start a WidgetPickerActivity. --> <permission android:name="${packageName}.permission.START_WIDGET_PICKER_ACTIVITY" android:protectionLevel="signature|privileged" /> Loading Loading
quickstep/AndroidManifest.xml +6 −0 Original line number Diff line number Diff line Loading @@ -43,6 +43,12 @@ <uses-permission android:name="android.permission.SYSTEM_APPLICATION_OVERLAY" /> <!-- Permission required to access profiles which are otherwise hidden from being visible via APIs, e.g. private profile. --> <uses-permission android:name="android.permission.ACCESS_HIDDEN_PROFILES_FULL" /> <!-- Permission required to start a WidgetPickerActivity. --> <permission android:name="${packageName}.permission.START_WIDGET_PICKER_ACTIVITY" android:protectionLevel="signature|privileged" /> Loading