mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Bug: partner question
Test: # PRODUCT_PACKAGES += ExampleVibratorJavaProductClient
adb root
adb setenforce 0 # for find permission
adb shell am start -n example.vib/example.vib.MyActivity
# vibrator works
Change-Id: Ie70f4cfe0f546a43a5d11bbdd1f1143d817aab50
8 lines
255 B
XML
8 lines
255 B
XML
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
package="example.vib">
|
|
<application>
|
|
<activity android:name=".MyActivity"/>
|
|
</application>
|
|
</manifest>
|