Handle permission issues in BluetoothTethering

This commit is contained in:
Mygod
2019-03-19 10:14:55 +08:00
parent 16688ebe7d
commit e81e66b84f
3 changed files with 24 additions and 1 deletions

View File

@@ -30,6 +30,8 @@ object TetheringManager {
* Called when starting tethering failed.
*/
fun onTetheringFailed() { }
fun onException() { }
}
/**