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

Commit b303221f authored by Lais Andrade's avatar Lais Andrade Committed by Android (Google) Code Review
Browse files

Merge "Remove FixVibrateSetting test app"

parents e978f449 9ed2ac71
Loading
Loading
Loading
Loading
+0 −15
Original line number Diff line number Diff line
package {
    // See: http://go/android-license-faq
    // A large-scale-change added 'default_applicable_licenses' to import
    // all of the 'license_kinds' from "frameworks_base_license"
    // to get the below license kinds:
    //   SPDX-license-identifier-Apache-2.0
    default_applicable_licenses: ["frameworks_base_license"],
}

android_app {
    name: "FixVibrateSetting",
    srcs: ["**/*.java"],
    sdk_version: "current",
    certificate: "platform",
}
+0 −18
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="com.android.fixvibratesetting">
    <uses-permission android:name="android.permission.VIBRATE"/>

    <application>
        <activity android:name="FixVibrateSetting"
             android:label="@string/app_label"
             android:exported="true">
            <intent-filter>
                <action android:name="android.intent.action.MAIN"/>
                <category android:name="android.intent.category.DEFAULT"/>
                <category android:name="android.intent.category.LAUNCHER"/>
            </intent-filter>
        </activity>
    </application>
</manifest>

tests/FixVibrateSetting/OWNERS

deleted100644 → 0
+0 −1
Original line number Diff line number Diff line
include /services/core/java/com/android/server/vibrator/OWNERS
−1.03 KiB
Loading image diff...
−651 B
Loading image diff...
Loading