Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b62e22a4 authored by Archisha Baranwal's avatar Archisha Baranwal Committed by Android (Google) Code Review
Browse files

Revert "Revert "Moving write secure settings permission to test ..."

Revert submission 29375289-revert-29345213-viewcapture floating button-ABNDYAQSJU

Reason for revert: Fixed the broken Launcher3Tests 

Reverted changes: /q/submissionid:29375289-revert-29345213-viewcapture+floating+button-ABNDYAQSJU

Change-Id: I2d0b3e7f9faa3ef7f2206357d9852e980618c861
parent 9601d1d3
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -15,9 +15,4 @@
     limitations under the License.
-->

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    package="com.android.app.viewcapture">
    <uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS"
        tools:ignore="ProtectedPermissions" />
</manifest>
<manifest package="com.android.app.viewcapture"/>
 No newline at end of file
+5 −0
Original line number Diff line number Diff line
@@ -15,7 +15,12 @@
  -->

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:tools="http://schemas.android.com/tools"
    package="com.android.app.viewcapture.test">

    <uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS"
        tools:ignore="ProtectedPermissions" />

    <application
        android:debuggable="true"
        android:theme="@android:style/Theme.NoTitleBar">