Loading packages/SettingsLib/Spa/gallery/AndroidManifest.xml +4 −3 Original line number Diff line number Diff line Loading @@ -21,12 +21,13 @@ <application android:name=".GalleryApplication" android:enableOnBackInvokedCallback="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_label" android:supportsRtl="true" android:enableOnBackInvokedCallback="true"> android:supportsRtl="true"> <activity android:name=".GalleryMainActivity" android:configChanges="orientation|screenLayout|screenSize|smallestScreenSize" android:exported="true"> <intent-filter> <action android:name="android.intent.action.MAIN" /> Loading Loading
packages/SettingsLib/Spa/gallery/AndroidManifest.xml +4 −3 Original line number Diff line number Diff line Loading @@ -21,12 +21,13 @@ <application android:name=".GalleryApplication" android:enableOnBackInvokedCallback="true" android:icon="@mipmap/ic_launcher" android:label="@string/app_label" android:supportsRtl="true" android:enableOnBackInvokedCallback="true"> android:supportsRtl="true"> <activity android:name=".GalleryMainActivity" android:configChanges="orientation|screenLayout|screenSize|smallestScreenSize" android:exported="true"> <intent-filter> <action android:name="android.intent.action.MAIN" /> Loading