3

キオスクモードが必要なAndroidウォッチ(私の場合はsony 3)用のアプリを作成しています。

使用する

adb shell 
dpm set-device-owner com.example/.MyDeviveAdminReceiver

私は得る

Can't set package com.example as device owner.

使用して

db shell pm list features

私は得る

feature:reqGlEsVersion=0x20000
feature:android.hardware.bluetooth
feature:android.hardware.bluetooth_le
feature:android.hardware.faketouch
feature:android.hardware.location
feature:android.hardware.location.gps
feature:android.hardware.microphone
feature:android.hardware.screen.portrait
feature:android.hardware.sensor.accelerometer
feature:android.hardware.sensor.compass
feature:android.hardware.sensor.gyroscope
feature:android.hardware.sensor.light
feature:android.hardware.sensor.stepcounter
feature:android.hardware.sensor.stepdetector
feature:android.hardware.touchscreen
feature:android.hardware.touchscreen.multitouch
feature:android.hardware.type.watch
feature:android.hardware.usb.accessory
feature:android.hardware.wifi
feature:android.software.home_screen
feature:android.software.live_wallpaper
feature:android.software.voice_recognizers
feature:com.sonymobile.watch

Android Wear Watch 用のデバイス所有者アプリを作成した経験のある人はいますか?

4

1 に答える 1