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

Commit 9601d1d3 authored by Pechetty Sravani (xWF)'s avatar Pechetty Sravani (xWF) Committed by Android (Google) Code Review
Browse files

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

Revert submission 29345213-viewcapture floating button

Reason for revert: DroidMonitor created revert due to b/366061796.

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

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

<manifest package="com.android.app.viewcapture"/>
 No newline at end of file
<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>
+0 −5
Original line number Diff line number Diff line
@@ -15,12 +15,7 @@
  -->

<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">